public static class PathMatcher.Lift$ extends java.lang.Object implements PathMatcher.LowLevelLiftImplicits
Modifier and Type | Class and Description |
---|---|
static interface |
PathMatcher.Lift$.MOps<M> |
static class |
PathMatcher.Lift$.MOps$ |
Modifier and Type | Field and Description |
---|---|
static PathMatcher.Lift$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Lift$() |
Modifier and Type | Method and Description |
---|---|
<A,M> PathMatcher.Lift<scala.Tuple1<A>,M> |
liftSingleElement(<any> mops) |
<M> PathMatcher.Lift<scala.runtime.BoxedUnit,M> |
liftUnit() |
public static final PathMatcher.Lift$ MODULE$
public <M> PathMatcher.Lift<scala.runtime.BoxedUnit,M> liftUnit()
public <A,M> PathMatcher.Lift<scala.Tuple1<A>,M> liftSingleElement(<any> mops)