public final class PathMatcher1<T1>
extends java.lang.Object
Constructor and Description |
---|
PathMatcher1(PathMatcher<scala.Tuple1<T1>> toScala) |
Modifier and Type | Method and Description |
---|---|
PathMatcher1<T1> |
concat(PathMatcher0 next) |
<N> PathMatcher2<T1,N> |
concat(PathMatcher1<N> next) |
<N1,N2> PathMatcher3<T1,N1,N2> |
concat(PathMatcher2<N1,N2> next) |
PathMatcher1<T1> |
concat(java.lang.String segment) |
PathMatcher0 |
invert() |
<U> PathMatcher1<U> |
map(java.util.function.Function<T1,U> f) |
PathMatcher1<T1> |
orElse(PathMatcher1<T1> alternative) |
PathMatcher1<java.util.List<T1>> |
repeat(int min,
int max) |
PathMatcher1<java.util.List<T1>> |
repeat(int min,
int max,
PathMatcher0 separator) |
PathMatcher1<T1> |
slash() |
PathMatcher1<T1> |
slash(PathMatcher0 next) |
<N> PathMatcher2<T1,N> |
slash(PathMatcher1<N> next) |
<N1,N2> PathMatcher3<T1,N1,N2> |
slash(PathMatcher2<N1,N2> next) |
PathMatcher1<T1> |
slash(java.lang.String segment) |
PathMatcher<scala.Tuple1<T1>> |
toScala() |
public PathMatcher1(PathMatcher<scala.Tuple1<T1>> toScala)
public PathMatcher1<T1> concat(java.lang.String segment)
public PathMatcher1<T1> concat(PathMatcher0 next)
public <N> PathMatcher2<T1,N> concat(PathMatcher1<N> next)
public <N1,N2> PathMatcher3<T1,N1,N2> concat(PathMatcher2<N1,N2> next)
public PathMatcher0 invert()
public <U> PathMatcher1<U> map(java.util.function.Function<T1,U> f)
public PathMatcher1<T1> orElse(PathMatcher1<T1> alternative)
public PathMatcher1<java.util.List<T1>> repeat(int min, int max)
public PathMatcher1<java.util.List<T1>> repeat(int min, int max, PathMatcher0 separator)
public PathMatcher1<T1> slash()
public PathMatcher1<T1> slash(java.lang.String segment)
public PathMatcher1<T1> slash(PathMatcher0 next)
public <N> PathMatcher2<T1,N> slash(PathMatcher1<N> next)
public <N1,N2> PathMatcher3<T1,N1,N2> slash(PathMatcher2<N1,N2> next)
public PathMatcher<scala.Tuple1<T1>> toScala()