public final class PathMatcher2<T1,T2>
extends java.lang.Object
| Constructor and Description | 
|---|
| PathMatcher2(PathMatcher<scala.Tuple2<T1,T2>> toScala) | 
| Modifier and Type | Method and Description | 
|---|---|
| PathMatcher2<T1,T2> | concat(PathMatcher0 next) | 
| <N> PathMatcher3<T1,T2,N> | concat(PathMatcher1<N> next) | 
| <N1,N2> PathMatcher4<T1,T2,N1,N2> | concat(PathMatcher2<N1,N2> next) | 
| PathMatcher2<T1,T2> | concat(java.lang.String segment) | 
| PathMatcher0 | invert() | 
| PathMatcher2<T1,T2> | orElse(PathMatcher2<T1,T2> alternative) | 
| PathMatcher2<T1,T2> | slash() | 
| PathMatcher2<T1,T2> | slash(PathMatcher0 next) | 
| <N> PathMatcher3<T1,T2,N> | slash(PathMatcher1<N> next) | 
| <N1,N2> PathMatcher4<T1,T2,N1,N2> | slash(PathMatcher2<N1,N2> next) | 
| PathMatcher2<T1,T2> | slash(java.lang.String segment) | 
| PathMatcher<scala.Tuple2<T1,T2>> | toScala() | 
public PathMatcher2(PathMatcher<scala.Tuple2<T1,T2>> toScala)
public PathMatcher2<T1,T2> concat(java.lang.String segment)
public PathMatcher2<T1,T2> concat(PathMatcher0 next)
public <N> PathMatcher3<T1,T2,N> concat(PathMatcher1<N> next)
public <N1,N2> PathMatcher4<T1,T2,N1,N2> concat(PathMatcher2<N1,N2> next)
public PathMatcher0 invert()
public PathMatcher2<T1,T2> orElse(PathMatcher2<T1,T2> alternative)
public PathMatcher2<T1,T2> slash()
public PathMatcher2<T1,T2> slash(java.lang.String segment)
public PathMatcher2<T1,T2> slash(PathMatcher0 next)
public <N> PathMatcher3<T1,T2,N> slash(PathMatcher1<N> next)
public <N1,N2> PathMatcher4<T1,T2,N1,N2> slash(PathMatcher2<N1,N2> next)
public PathMatcher<scala.Tuple2<T1,T2>> toScala()