c

io.fintrospect

UnboundRoute0

class UnboundRoute0 extends UnboundRoute

An UnboundRoute with 0 path parts

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

Instance Constructors

  1. new UnboundRoute0(routeSpec: RouteSpec, method: Method, pathFn: RouteModule.ModifyPath)

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 /[T](pp0: PathParameter[T] with PathBindable[T]): UnboundRoute1[T]
  4. def /(part: String): UnboundRoute0
  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: () ⇒ Service[RQ, RS]): ServerRoute[RQ, RS]

    Lazy bindTo().

    Lazy bindTo(). Depending on use-case, can use this instead of the non-lazy version.

  8. def bindTo[RQ, RS](svc: Service[RQ, RS]): ServerRoute[RQ, RS]

    Non-lazy bindTo().

    Non-lazy bindTo(). Depending on use-case, can use this instead of the lazy version.

  9. def bindToClient[Rsp](service: Service[Request, Rsp]): RouteClient[Rsp]
    Definition Classes
    UnboundRoute0UnboundRoute
  10. def bindToProxy(service: Service[Request, Response]): ServerRoute[Request, Response]
    Definition Classes
    UnboundRoute0UnboundRoute
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val method: Method
    Definition Classes
    UnboundRoute0UnboundRoute
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. val pathFn: RouteModule.ModifyPath
    Definition Classes
    UnboundRoute0UnboundRoute
  23. def reverseRouter(root: Path): () ⇒ Path
  24. val routeSpec: RouteSpec
    Definition Classes
    UnboundRoute0UnboundRoute
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UnboundRoute

Inherited from AnyRef

Inherited from Any

Ungrouped