public final class PathMatcher0
extends java.lang.Object
Constructor and Description |
---|
PathMatcher0(PathMatcher<scala.runtime.BoxedUnit> toScala) |
Modifier and Type | Method and Description |
---|---|
PathMatcher0 |
concat(PathMatcher0 next) |
<T> PathMatcher1<T> |
concat(PathMatcher1<T> next) |
<T1,T2> PathMatcher2<T1,T2> |
concat(PathMatcher2<T1,T2> next) |
PathMatcher0 |
concat(java.lang.String segment) |
PathMatcher0 |
invert() |
PathMatcher0 |
orElse(PathMatcher0 alternative) |
PathMatcher0 |
orElse(java.lang.String segment) |
PathMatcher0 |
repeat(int min,
int max) |
PathMatcher0 |
repeat(int min,
int max,
PathMatcher0 separator) |
PathMatcher0 |
slash() |
PathMatcher0 |
slash(PathMatcher0 next) |
<T> PathMatcher1<T> |
slash(PathMatcher1<T> next) |
<T1,T2> PathMatcher2<T1,T2> |
slash(PathMatcher2<T1,T2> next) |
PathMatcher0 |
slash(java.lang.String segment) |
PathMatcher<scala.runtime.BoxedUnit> |
toScala() |
public PathMatcher0(PathMatcher<scala.runtime.BoxedUnit> toScala)
public PathMatcher0 concat(java.lang.String segment)
public PathMatcher0 concat(PathMatcher0 next)
public <T> PathMatcher1<T> concat(PathMatcher1<T> next)
public <T1,T2> PathMatcher2<T1,T2> concat(PathMatcher2<T1,T2> next)
public PathMatcher0 invert()
public PathMatcher0 orElse(java.lang.String segment)
public PathMatcher0 orElse(PathMatcher0 alternative)
public PathMatcher0 repeat(int min, int max)
public PathMatcher0 repeat(int min, int max, PathMatcher0 separator)
public PathMatcher0 slash()
public PathMatcher0 slash(java.lang.String segment)
public PathMatcher0 slash(PathMatcher0 next)
public <T> PathMatcher1<T> slash(PathMatcher1<T> next)
public <T1,T2> PathMatcher2<T1,T2> slash(PathMatcher2<T1,T2> next)
public PathMatcher<scala.runtime.BoxedUnit> toScala()