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 Object
  • 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)