Package akka.http.scaladsl.server
Class PathMatcher.PathMatcher1Ops<T>
- java.lang.Object
-
- akka.http.scaladsl.server.PathMatcher.PathMatcher1Ops<T>
-
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.PathMatcher1Ops<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathMatcher1Ops(PathMatcher<scala.Tuple1<T>> matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> PathMatcher<scala.Tuple1<R>>
flatMap(scala.Function1<T,scala.Option<R>> f)
<R> PathMatcher<scala.Tuple1<R>>
map(scala.Function1<T,R> f)
-
-
-
Constructor Detail
-
PathMatcher1Ops
public PathMatcher1Ops(PathMatcher<scala.Tuple1<T>> matcher)
-
-
Method Detail
-
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)
-
-