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