Instance Constructors
-
new
SprayRoute7
(filter: RouteFilter[(A, B, C, D, E, F, G)])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
&
[H, I]
(other: SprayRoute2[H, I]): SprayRoute9[A, B, C, D, E, F, G, H, I]
-
def
&
[H]
(other: SprayRoute1[H]): SprayRoute8[A, B, C, D, E, F, G, H]
-
-
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, D, E, F, G) ⇒ Route) ⇒ A
-
def
apply
(routing: (A, B, C, D, E, F, G) ⇒ Route): Route
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ (A, B, C, D, E, F, G) ⇒ Route): (A) ⇒ Route
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
fromRouting
(f: ((A, B, C, D, E, F, G)) ⇒ 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, D, E, F, G)]): RouteFilter[(A, B, C, D, E, F, G)]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
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 AnyRef
Inherited from Any
A Route using the given RouteFilter function (which extracts 7 values) on all inner Routes it is applied to.