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.Objectapply()java.lang.Objectapply(L value)java.lang.Objectapply(L value, java.lang.Object more)Tuple<java.lang.Object>OutIsTuple()
-