Class PathMatcher.Matching<L>
java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher.Matching<L>
- Direct Known Subclasses:
- PathMatcher.Matched,- PathMatcher.Unmatched$
- Enclosing class:
- PathMatcher<L>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract <R> PathMatcher.Matching<R>andThen(scala.Function2<Uri.Path, L, PathMatcher.Matching<R>> f, Tuple<R> evidence$9) abstract <R> PathMatcher.Matching<R>abstract <R> PathMatcher.Matching<R>abstract <R> PathMatcher.Matching<R>orElse(scala.Function0<PathMatcher.Matching<R>> other) 
- 
Constructor Details- 
Matching
 
- 
- 
Method Details- 
andThenpublic abstract <R> PathMatcher.Matching<R> andThen(scala.Function2<Uri.Path, L, PathMatcher.Matching<R>> f, Tuple<R> evidence$9) 
- 
flatMappublic abstract <R> PathMatcher.Matching<R> flatMap(scala.Function1<L, scala.Option<R>> f, Tuple<R> evidence$8) 
- 
map
- 
orElse
 
-