Packages

class ServePA2[T, In <: HList, Out <: HList] extends AnyRef

Source
MkRoute.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServePA2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServePA2(in: In)(srv: Serve.Aux[T, In, Out])

Value Members

  1. def apply(f: (Out) ⇒ Route): Route
  2. val in: In