public static class PathMatcher.Unmatched$ extends PathMatcher.Matching<scala.runtime.Nothing$> implements scala.Product, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static PathMatcher.Unmatched$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Unmatched$() |
Modifier and Type | Method and Description |
---|---|
<R> PathMatcher.Unmatched$ |
andThen(scala.Function2<Uri.Path,scala.runtime.Nothing$,PathMatcher.Matching<R>> f,
Tuple<R> evidence$16) |
<R> PathMatcher.Unmatched$ |
flatMap(scala.Function1<scala.runtime.Nothing$,scala.Option<R>> f,
Tuple<R> evidence$15) |
<R> PathMatcher.Unmatched$ |
map(scala.Function1<scala.runtime.Nothing$,R> f,
Tuple<R> evidence$14) |
<R> PathMatcher.Matching<R> |
orElse(scala.Function0<PathMatcher.Matching<R>> other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final PathMatcher.Unmatched$ MODULE$
public <R> PathMatcher.Unmatched$ map(scala.Function1<scala.runtime.Nothing$,R> f, Tuple<R> evidence$14)
public <R> PathMatcher.Unmatched$ flatMap(scala.Function1<scala.runtime.Nothing$,scala.Option<R>> f, Tuple<R> evidence$15)
public <R> PathMatcher.Unmatched$ andThen(scala.Function2<Uri.Path,scala.runtime.Nothing$,PathMatcher.Matching<R>> f, Tuple<R> evidence$16)
public <R> PathMatcher.Matching<R> orElse(scala.Function0<PathMatcher.Matching<R>> other)
orElse
in class PathMatcher.Matching<scala.runtime.Nothing$>