java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher.PathMatcher1Ops<T>
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.PathMatcher1Ops<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
flatMap(scala.Function1<T,scala.Option<R>> f)
map(scala.Function1<T,R> f)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PathMatcher1Ops
public PathMatcher1Ops(PathMatcher<scala.Tuple1<T>> matcher)
-
Method Details
-
flatMap
public <R> PathMatcher<scala.Tuple1<R>> flatMap(scala.Function1<T,scala.Option<R>> f)
-
map
public <R> PathMatcher<scala.Tuple1<R>> map(scala.Function1<T,R> f)