public abstract static class PathMatcher.Matching<L>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract <R> PathMatcher.Matching<R> |
andThen(scala.Function2<Uri.Path,L,PathMatcher.Matching<R>> f,
Tuple<R> evidence$9) |
abstract <R> PathMatcher.Matching<R> |
flatMap(scala.Function1<L,scala.Option<R>> f,
Tuple<R> evidence$8) |
abstract <R> PathMatcher.Matching<R> |
map(scala.Function1<L,R> f,
Tuple<R> evidence$7) |
abstract <R> PathMatcher.Matching<R> |
orElse(scala.Function0<PathMatcher.Matching<R>> other) |
public abstract <R> PathMatcher.Matching<R> andThen(scala.Function2<Uri.Path,L,PathMatcher.Matching<R>> f, Tuple<R> evidence$9)
public abstract <R> PathMatcher.Matching<R> flatMap(scala.Function1<L,scala.Option<R>> f, Tuple<R> evidence$8)
public abstract <R> PathMatcher.Matching<R> map(scala.Function1<L,R> f, Tuple<R> evidence$7)
public abstract <R> PathMatcher.Matching<R> orElse(scala.Function0<PathMatcher.Matching<R>> other)