Package akka.http.scaladsl.server
Class PathMatcher.Lift$
- java.lang.Object
-
- akka.http.scaladsl.server.PathMatcher.Lift$
-
- All Implemented Interfaces:
PathMatcher.LowLevelLiftImplicits
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.Lift$ extends java.lang.Object implements PathMatcher.LowLevelLiftImplicits
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PathMatcher.Lift$.MOps<M>
static class
PathMatcher.Lift$.MOps$
-
Field Summary
Fields Modifier and Type Field Description static PathMatcher.Lift$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Lift$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A,M>
PathMatcher.Lift<scala.Tuple1<A>,M>liftSingleElement(<any> mops)
<M> PathMatcher.Lift<scala.runtime.BoxedUnit,M>
liftUnit()
-
-
-
Field Detail
-
MODULE$
public static final PathMatcher.Lift$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
liftUnit
public <M> PathMatcher.Lift<scala.runtime.BoxedUnit,M> liftUnit()
-
liftSingleElement
public <A,M> PathMatcher.Lift<scala.Tuple1<A>,M> liftSingleElement(<any> mops)
-
-