Class PathMatchers.NumberMatcher<T>

    • Constructor Detail

      • NumberMatcher

        public NumberMatcher​(T max,
                             T base,
                             scala.math.Integral<T> x)
        A PathMatcher that matches up to 128 remaining segments as a List[String]. This can also be no segments resulting in the empty list. If the path has a trailing slash this slash will *not* be matched.

        Parameters:
        max - (undocumented)
        base - (undocumented)
        x - (undocumented)
    • Method Detail

      • fromChar

        public abstract T fromChar​(char c)
      • fromDecimalChar

        public T fromDecimalChar​(char c)
      • fromHexChar

        public T fromHexChar​(char c)
      • maxDivBase

        public T maxDivBase()
      • minusOne

        public T minusOne()