cc.spray.directives

SprayRoute1

class SprayRoute1 [A] extends SprayRoute[(A)] with ((A) ⇒ Route) ⇒ Route

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

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

Instance Constructors

  1. new SprayRoute1 (filter: RouteFilter[(A)])

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Function1
  17. def apply (routing: (A) ⇒ Route): Route

    Definition Classes
    SprayRoute1 → Function1
  18. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. def | (other: SprayRoute1[A]): SprayRoute1[A]

Inherited from ((A) ⇒ Route) ⇒ Route

Inherited from SprayRoute[(A)]

Inherited from AnyRef

Inherited from Any