public class PathMatcher$ extends java.lang.Object implements ImplicitPathMatcherConstruction
| Modifier and Type | Field and Description | 
|---|---|
| static PathMatcher$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| PathMatcher$() | 
| Modifier and Type | Method and Description | 
|---|---|
| <L> PathMatcher<L> | apply(PathMatcher<L> magnet)Provoke implicit conversions to PathMatcher to be applied | 
| <L> PathMatcher<L> | apply(Uri.Path prefix,
     L extractions,
     Tuple<L> evidence$18)Creates a PathMatcher that matches and consumes the given path prefix and extracts the given list of extractions. | 
| PathMatcher.Matched<scala.Tuple1<java.lang.String>> | EmptyMatch()The empty match returned when a Regex matcher matches the empty path | 
| <L> PathMatcher<L> | provide(L extractions,
       Tuple<L> evidence$17)Creates a PathMatcher that always matches, consumes nothing and extracts the given Tuple of values. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcherpublic static final PathMatcher$ MODULE$
public <L> PathMatcher<L> provide(L extractions, Tuple<L> evidence$17)
extractions - (undocumented)evidence$17 - (undocumented)public <L> PathMatcher<L> apply(Uri.Path prefix, L extractions, Tuple<L> evidence$18)
prefix - (undocumented)extractions - (undocumented)evidence$18 - (undocumented)public <L> PathMatcher<L> apply(PathMatcher<L> magnet)
public PathMatcher.Matched<scala.Tuple1<java.lang.String>> EmptyMatch()