Class PathMatcher.Matched<L>
java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher.Matching<L>
org.apache.pekko.http.scaladsl.server.PathMatcher.Matched<L>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.Matched<L>
extends PathMatcher.Matching<L>
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> PathMatcher.Matching<R>andThen(scala.Function2<Uri.Path, L, PathMatcher.Matching<R>> f, Tuple<R> evidence$13) <R> PathMatcher.Matching<R><R> PathMatcher.Matched<R><R> PathMatcher.Matched<L>orElse(scala.Function0<PathMatcher.Matching<R>> other) pathRest()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Matched
-
-
Method Details
-
pathRest
-
extractions
-
map
- Specified by:
mapin classPathMatcher.Matching<L>
-
flatMap
public <R> PathMatcher.Matching<R> flatMap(scala.Function1<L, scala.Option<R>> f, Tuple<R> evidence$12) - Specified by:
flatMapin classPathMatcher.Matching<L>
-
andThen
public <R> PathMatcher.Matching<R> andThen(scala.Function2<Uri.Path, L, PathMatcher.Matching<R>> f, Tuple<R> evidence$13) - Specified by:
andThenin classPathMatcher.Matching<L>
-
orElse
-