Package akka.http.scaladsl.server
Class PathMatcher.Unmatched$
- java.lang.Object
-
- akka.http.scaladsl.server.PathMatcher.Matching<scala.runtime.Nothing$>
-
- akka.http.scaladsl.server.PathMatcher.Unmatched$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.Unmatched$ extends PathMatcher.Matching<scala.runtime.Nothing$> implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PathMatcher.Unmatched$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Unmatched$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
MODULE$
public static final PathMatcher.Unmatched$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
map
public <R> PathMatcher.Unmatched$ map(scala.Function1<scala.runtime.Nothing$,R> f, Tuple<R> evidence$14)
-
flatMap
public <R> PathMatcher.Unmatched$ flatMap(scala.Function1<scala.runtime.Nothing$,scala.Option<R>> f, Tuple<R> evidence$15)
-
andThen
public <R> PathMatcher.Unmatched$ andThen(scala.Function2<Uri.Path,scala.runtime.Nothing$,PathMatcher.Matching<R>> f, Tuple<R> evidence$16)
-
orElse
public <R> PathMatcher.Matching<R> orElse(scala.Function0<PathMatcher.Matching<R>> other)
- Specified by:
orElse
in classPathMatcher.Matching<scala.runtime.Nothing$>
-
-