public abstract static class PathMatchers.NumberMatcher<T> extends PathMatcher<scala.Tuple1<T>>
PathMatcher.EnhancedPathMatcher<L>, PathMatcher.Lift<L,M>, PathMatcher.Lift$, PathMatcher.LowLevelLiftImplicits, PathMatcher.Matched<L>, PathMatcher.Matched$, PathMatcher.Matching<L>, PathMatcher.PathMatcher1Ops<T>, PathMatcher.Unmatched$
Constructor and Description |
---|
NumberMatcher(T max,
T base,
scala.math.Integral<T> x)
A PathMatcher that matches up to 128 remaining segments as a List[String].
|
Modifier and Type | Method and Description |
---|---|
PathMatcher.Matching<scala.Tuple1<T>> |
apply(Uri.Path path) |
abstract T |
fromChar(char c) |
T |
fromDecimalChar(char c) |
T |
fromHexChar(char c) |
T |
maxDivBase() |
T |
minusOne() |
_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcher, append, apply, apply, EmptyMatch, ev, or, provide, repeat, repeat, repeat, slash, slash, tflatMap, tmap, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString, UnliftOps
public NumberMatcher(T max, T base, scala.math.Integral<T> x)
max
- (undocumented)base
- (undocumented)x
- (undocumented)