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