Class PathMatcher.Unmatched$
java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher.Matching<scala.runtime.Nothing$>
org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.Unmatched$
extends PathMatcher.Matching<scala.runtime.Nothing$>
implements scala.Product, Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PathMatcher.Unmatched$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionandThen(scala.Function2<Uri.Path, scala.runtime.Nothing$, PathMatcher.Matching<R>> f, Tuple<R> evidence$16) <R> PathMatcher.Matching<R>orElse(scala.Function0<PathMatcher.Matching<R>> other) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Unmatched$public Unmatched$()
 
- 
- 
Method Details- 
mappublic <R> PathMatcher.Unmatched$ map(scala.Function1<scala.runtime.Nothing$, R> f, Tuple<R> evidence$14) 
- 
flatMappublic <R> PathMatcher.Unmatched$ flatMap(scala.Function1<scala.runtime.Nothing$, scala.Option<R>> f, Tuple<R> evidence$15) 
- 
andThenpublic <R> PathMatcher.Unmatched$ andThen(scala.Function2<Uri.Path, scala.runtime.Nothing$, PathMatcher.Matching<R>> f, Tuple<R> evidence$16) 
- 
orElse- Specified by:
- orElsein class- PathMatcher.Matching<scala.runtime.Nothing$>
 
 
-