public static class PathMatcher.Matched<L> extends PathMatcher.Matching<L> implements scala.Product, java.io.Serializable
Constructor and Description |
---|
Matched(Uri.Path pathRest,
L extractions,
Tuple<L> evidence$10) |
Modifier and Type | Method and Description |
---|---|
<R> PathMatcher.Matching<R> |
andThen(scala.Function2<Uri.Path,L,PathMatcher.Matching<R>> f,
Tuple<R> evidence$13) |
L |
extractions() |
<R> PathMatcher.Matching<R> |
flatMap(scala.Function1<L,scala.Option<R>> f,
Tuple<R> evidence$12) |
<R> PathMatcher.Matched<R> |
map(scala.Function1<L,R> f,
Tuple<R> evidence$11) |
<R> PathMatcher.Matched<L> |
orElse(scala.Function0<PathMatcher.Matching<R>> other) |
Uri.Path |
pathRest() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Uri.Path pathRest()
public L extractions()
public <R> PathMatcher.Matched<R> map(scala.Function1<L,R> f, Tuple<R> evidence$11)
map
in class PathMatcher.Matching<L>
public <R> PathMatcher.Matching<R> flatMap(scala.Function1<L,scala.Option<R>> f, Tuple<R> evidence$12)
flatMap
in class PathMatcher.Matching<L>
public <R> PathMatcher.Matching<R> andThen(scala.Function2<Uri.Path,L,PathMatcher.Matching<R>> f, Tuple<R> evidence$13)
andThen
in class PathMatcher.Matching<L>
public <R> PathMatcher.Matched<L> orElse(scala.Function0<PathMatcher.Matching<R>> other)