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 SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
Matched
 
- 
- 
Method Details- 
pathRest
- 
extractions
- 
map- Specified by:
- mapin class- PathMatcher.Matching<L>
 
- 
flatMappublic <R> PathMatcher.Matching<R> flatMap(scala.Function1<L, scala.Option<R>> f, Tuple<R> evidence$12) - Specified by:
- flatMapin class- PathMatcher.Matching<L>
 
- 
andThenpublic <R> PathMatcher.Matching<R> andThen(scala.Function2<Uri.Path, L, PathMatcher.Matching<R>> f, Tuple<R> evidence$13) - Specified by:
- andThenin class- PathMatcher.Matching<L>
 
- 
orElse
 
-