cc.spray.directives

SprayRoute0

class SprayRoute0 extends SprayRoute[Product0] with (Route) ⇒ Route

A Route using the given RouteFilter function on all inner Routes it is applied to.

Linear Supertypes
(Route) ⇒ Route, SprayRoute[Product0], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SprayRoute0
  2. Function1
  3. SprayRoute
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SprayRoute0 (filter: RouteFilter[Product0])

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

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

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

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

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

  9. def & [A, B, C, D] (other: SprayRoute4[A, B, C, D]): SprayRoute4[A, B, C, D]

  10. def & [A, B, C] (other: SprayRoute3[A, B, C]): SprayRoute3[A, B, C]

  11. def & [A, B] (other: SprayRoute2[A, B]): SprayRoute2[A, B]

  12. def & [A] (other: SprayRoute1[A]): SprayRoute1[A]

  13. def & (other: SprayRoute0): SprayRoute0

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

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

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

    Attributes
    protected
    Definition Classes
    SprayRoute
  17. def andThen [A] (g: (Route) ⇒ A): (Route) ⇒ A

    Definition Classes
    Function1
  18. def apply (route: Route): Route

    Definition Classes
    SprayRoute0 → Function1
  19. def asInstanceOf [T0] : T0

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def compose [A] (g: (A) ⇒ Route): (A) ⇒ Route

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def fromRouting (f: (Product0) ⇒ Route): Route

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. def or (other: SprayRoute[Product0]): RouteFilter[Product0]

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. def | (other: SprayRoute0): SprayRoute0

Inherited from (Route) ⇒ Route

Inherited from SprayRoute[Product0]

Inherited from AnyRef

Inherited from Any