Instance Constructors
-
new
SprayRoute3
(filter: RouteFilter[(A, B, C)])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
&
[D, E, F, G, H, I]
(other: SprayRoute6[D, E, F, G, H, I]): SprayRoute9[A, B, C, D, E, F, G, H, I]
-
def
&
[D, E, F, G, H]
(other: SprayRoute5[D, E, F, G, H]): SprayRoute8[A, B, C, D, E, F, G, H]
-
def
&
[D, E, F, G]
(other: SprayRoute4[D, E, F, G]): SprayRoute7[A, B, C, D, E, F, G]
-
def
&
[D, E, F]
(other: SprayRoute3[D, E, F]): SprayRoute6[A, B, C, D, E, F]
-
def
&
[D, E]
(other: SprayRoute2[D, E]): SprayRoute5[A, B, C, D, E]
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
and
[S <: Product, R <: Product]
(other: SprayRoute[S]): RouteFilter[R]
-
def
andThen
[A]
(g: (Route) ⇒ A): ((A, B, C) ⇒ Route) ⇒ A
-
def
apply
(routing: (A, B, C) ⇒ Route): Route
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ (A, B, C) ⇒ Route): (A) ⇒ Route
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
fromRouting
(f: ((A, B, C)) ⇒ Route): Route
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
or
(other: SprayRoute[(A, B, C)]): RouteFilter[(A, B, C)]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
Inherited from ((A, B, C) ⇒ Route) ⇒ Route
Inherited from AnyRef
Inherited from Any
A Route using the given RouteFilter function (which extracts 3 values) on all inner Routes it is applied to.