c

io.fintrospect

UnboundRoute1

class UnboundRoute1[A] extends UnboundRoute

An UnboundRoute with 1 path part

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

Instance Constructors

  1. new UnboundRoute1(routeSpec: RouteSpec, method: Method, pathFn: RouteModule.ModifyPath, pp1: PathParameter[A] with PathBindable[A])

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. def /[B](pp2: PathParameter[B] with PathBindable[B]): UnboundRoute2[A, B]
  4. def /(part: String): UnboundRoute2[A, String]
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bindTo[RQ, RS](fn: (A) ⇒ Service[RQ, RS]): ServerRoute[RQ, RS]
  8. def bindToClient[Rsp](service: Service[Request, Rsp]): RouteClient[Rsp]
    Definition Classes
    UnboundRoute1UnboundRoute
  9. def bindToProxy(service: Service[Request, Response]): ServerRoute[Request, Response]
    Definition Classes
    UnboundRoute1UnboundRoute
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val method: Method
    Definition Classes
    UnboundRoute1UnboundRoute
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. val pathFn: RouteModule.ModifyPath
    Definition Classes
    UnboundRoute1UnboundRoute
  22. def reverseRouter(root: Path): (A) ⇒ Path
  23. val routeSpec: RouteSpec
    Definition Classes
    UnboundRoute1UnboundRoute
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UnboundRoute

Inherited from AnyRef

Inherited from Any

Ungrouped