public class ConjunctionMagnet$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ConjunctionMagnet$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ConjunctionMagnet$() |
Modifier and Type | Method and Description |
---|---|
<L,R> ConjunctionMagnet<L> |
fromDirective(Directive<R> other,
TupleOps.Join<L,R> join) |
<T,R extends scala.Function1<RequestContext,scala.concurrent.Future<RouteResult>>> |
fromRouteGenerator(scala.Function1<T,R> generator) |
<L> ConjunctionMagnet<L> |
fromStandardRoute(StandardRoute route) |
public static final ConjunctionMagnet$ MODULE$
public <L,R> ConjunctionMagnet<L> fromDirective(Directive<R> other, TupleOps.Join<L,R> join)
public <L> ConjunctionMagnet<L> fromStandardRoute(StandardRoute route)
public <T,R extends scala.Function1<RequestContext,scala.concurrent.Future<RouteResult>>> ConjunctionMagnet<scala.runtime.BoxedUnit> fromRouteGenerator(scala.Function1<T,R> generator)