Class PathMatcher.PathMatcher1Ops<T>

  • Enclosing class:
    PathMatcher<L>

    public static class PathMatcher.PathMatcher1Ops<T>
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)