cc.spray.directives

SprayRoute5

class SprayRoute5 [A, B, C, D, E] extends SprayRoute[(A, B, C, D, E)] with ((A, B, C, D, E) ⇒ Route) ⇒ Route

A Route using the given RouteFilter function (which extracts 5 values) on all inner Routes it is applied to.

Linear Supertypes
((A, B, C, D, E) ⇒ Route) ⇒ Route, SprayRoute[(A, B, C, D, E)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SprayRoute5
  2. Function1
  3. SprayRoute
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SprayRoute5 (filter: RouteFilter[(A, B, C, D, E)])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def & [F, G, H, I] (other: SprayRoute4[F, G, H, I]): SprayRoute9[A, B, C, D, E, F, G, H, I]

  5. def & [F, G, H] (other: SprayRoute3[F, G, H]): SprayRoute8[A, B, C, D, E, F, G, H]

  6. def & [F, G] (other: SprayRoute2[F, G]): SprayRoute7[A, B, C, D, E, F, G]

  7. def & [F] (other: SprayRoute1[F]): SprayRoute6[A, B, C, D, E, F]

  8. def & (other: SprayRoute0): SprayRoute5[A, B, C, D, E]

  9. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  11. def and [S <: Product, R <: Product] (other: SprayRoute[S]): RouteFilter[R]

    Attributes
    protected
    Definition Classes
    SprayRoute
  12. def andThen [A] (g: (Route) ⇒ A): ((A, B, C, D, E) ⇒ Route) ⇒ A

    Definition Classes
    Function1
  13. def apply (routing: (A, B, C, D, E) ⇒ Route): Route

    Definition Classes
    SprayRoute5 → Function1
  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def compose [A] (g: (A) ⇒ (A, B, C, D, E) ⇒ Route): (A) ⇒ Route

    Definition Classes
    Function1
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def fromRouting (f: ((A, B, C, D, E)) ⇒ Route): Route

    Attributes
    protected
    Definition Classes
    SprayRoute
  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def or (other: SprayRoute[(A, B, C, D, E)]): RouteFilter[(A, B, C, D, E)]

    Attributes
    protected
    Definition Classes
    SprayRoute
  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    Function1 → AnyRef → Any
  30. def unary_! : SprayRoute0

    Negates this filter, i.

    Negates this filter, i.e. the inner route will be evaluated if this filter rejects and be rejected if this passes. Note that negated filters completely loose any specific characteristics of their underlying filter: They never extract anything, they do not apply the potential context transformation of their underlying filter and they do not create any specific rejection instances if they don't pass.

    Definition Classes
    SprayRoute
  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def | (other: SprayRoute5[A, B, C, D, E]): SprayRoute5[A, B, C, D, E]

Inherited from ((A, B, C, D, E) ⇒ Route) ⇒ Route

Inherited from SprayRoute[(A, B, C, D, E)]

Inherited from AnyRef

Inherited from Any