cc.spray.directives

SprayRoute7

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

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

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

Instance Constructors

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

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

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

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

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

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

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

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

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

    Definition Classes
    SprayRoute7 → Function1
  12. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any