Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
/
[B, C, D, E]
(sub: PathMatcher4[B, C, D, E]): Combi[(Long, B, C, D, E)] with PathMatcher5[Long, B, C, D, E]
-
def
/
[B, C, D]
(sub: PathMatcher3[B, C, D]): Combi[(Long, B, C, D)] with PathMatcher4[Long, B, C, D]
-
def
/
[B, C]
(sub: PathMatcher2[B, C]): Combi[(Long, B, C)] with PathMatcher3[Long, B, C]
-
def
/
[B]
(sub: PathMatcher1[B]): Combi[(Long, B)] with PathMatcher2[Long, B]
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
andThen
[A]
(g: (Option[(String, (Long))]) ⇒ A): (String) ⇒ A
-
def
apply
(path: String): Option[(String, (Long))]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ String): (A) ⇒ Option[(String, (Long))]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
fromChar
(c: Char): Long
-
def
fromDecimalChar
(c: Char): Long
-
def
fromHexChar
(c: Char): Long
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
val
maxDivBase
: Long
-
val
minusOne
: Long
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
pimpResult
[S]
(res: Option[(String, (S))]): ValueMapper[S]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
~
[B, C, D, E, F, G]
(sub: PathMatcher6[B, C, D, E, F, G]): Combi[(Long, B, C, D, E, F, G)] with PathMatcher7[Long, B, C, D, E, F, G]
-
def
~
[B, C, D, E, F]
(sub: PathMatcher5[B, C, D, E, F]): Combi[(Long, B, C, D, E, F)] with PathMatcher6[Long, B, C, D, E, F]
-
def
~
[B, C, D, E]
(sub: PathMatcher4[B, C, D, E]): Combi[(Long, B, C, D, E)] with PathMatcher5[Long, B, C, D, E]
-
def
~
[B, C, D]
(sub: PathMatcher3[B, C, D]): Combi[(Long, B, C, D)] with PathMatcher4[Long, B, C, D]
-
def
~
[B, C]
(sub: PathMatcher2[B, C]): Combi[(Long, B, C)] with PathMatcher3[Long, B, C]
-
def
~
[B]
(sub: PathMatcher1[B]): Combi[(Long, B)] with PathMatcher2[Long, B]
-
Inherited from NumberMatcher[Long]
Inherited from (String) ⇒ Option[(String, (Long))]
Inherited from AnyRef
Inherited from Any
A PathMatcher that efficiently matches a number of hex-digits and extracts their (non-negative) Long value. The matcher will not match 0 digits or a sequence of digits that would represent an Long value larger than Long.MaxValue.