cc.spray.directives

SprayRoute8

class SprayRoute8 [A, B, C, D, E, F, G, H] extends SprayRoute[(A, B, C, D, E, F, G, H)] with ((A, B, C, D, E, F, G, H) ⇒ Route) ⇒ Route

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

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

Instance Constructors

  1. new SprayRoute8 (filter: RouteFilter[(A, B, C, D, E, F, G, H)])

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 & [I] (other: SprayRoute1[I]): SprayRoute9[A, B, C, D, E, F, G, H, I]

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

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

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

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

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

    Definition Classes
    Function1
  10. def apply (routing: (A, B, C, D, E, F, G, H) ⇒ Route): Route

    Definition Classes
    SprayRoute8 → Function1
  11. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Function1 → AnyRef → Any
  27. 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
  28. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def | (other: SprayRoute8[A, B, C, D, E, F, G, H]): SprayRoute8[A, B, C, D, E, F, G, H]

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

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

Inherited from AnyRef

Inherited from Any