c

io.fintrospect

UnboundRoute7

class UnboundRoute7[A, B, C, D, E, F, G] extends UnboundRoute

An UnboundRoute with 7 path parts

Linear Supertypes
UnboundRoute, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnboundRoute7
  2. UnboundRoute
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnboundRoute7(routeSpec: RouteSpec, method: Method, pathFn: RouteModule.ModifyPath, pp1: PathParameter[A] with PathBindable[A], pp2: PathParameter[B] with PathBindable[B], pp3: PathParameter[C] with PathBindable[C], pp4: PathParameter[D] with PathBindable[D], pp5: PathParameter[E] with PathBindable[E], pp6: PathParameter[F] with PathBindable[F], pp7: PathParameter[G] with PathBindable[G])

Type Members

  1. type ModifyPath = (Path) ⇒ Path
    Definition Classes
    UnboundRoute

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bindTo[RQ, RS](fn: (A, B, C, D, E, F, G) ⇒ Service[RQ, RS]): ServerRoute[RQ, RS]
  6. def bindToClient[Rsp](service: Service[Request, Rsp]): RouteClient[Rsp]
    Definition Classes
    UnboundRoute7UnboundRoute
  7. def bindToProxy(service: Service[Request, Response]): ServerRoute[Request, Response]
    Definition Classes
    UnboundRoute7UnboundRoute
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val method: Method
    Definition Classes
    UnboundRoute7UnboundRoute
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. val pathFn: RouteModule.ModifyPath
    Definition Classes
    UnboundRoute7UnboundRoute
  20. val routeSpec: RouteSpec
    Definition Classes
    UnboundRoute7UnboundRoute
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UnboundRoute

Inherited from AnyRef

Inherited from Any

Ungrouped