Package akka.http.scaladsl.server
Interface PathMatcher.Lift<L,M>
-
- Enclosing class:
- PathMatcher<L>
public static interface PathMatcher.Lift<L,M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
apply()
java.lang.Object
apply(L value)
java.lang.Object
apply(L value, java.lang.Object more)
Tuple<java.lang.Object>
OutIsTuple()
-