public static class PathMatcher.PathMatcher1Ops<T>
extends java.lang.Object
| Constructor and Description | 
|---|
| PathMatcher1Ops(PathMatcher<scala.Tuple1<T>> matcher) | 
| Modifier and Type | Method and 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) | 
public PathMatcher1Ops(PathMatcher<scala.Tuple1<T>> matcher)
public <R> PathMatcher<scala.Tuple1<R>> flatMap(scala.Function1<T,scala.Option<R>> f)
public <R> PathMatcher<scala.Tuple1<R>> map(scala.Function1<T,R> f)