Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
/
[B, C, D, E]
(sub: PathMatcher4[B, C, D, E]): Combi[(Double, B, C, D, E)] with PathMatcher5[Double, B, C, D, E]
-
def
/
[B, C, D]
(sub: PathMatcher3[B, C, D]): Combi[(Double, B, C, D)] with PathMatcher4[Double, B, C, D]
-
def
/
[B, C]
(sub: PathMatcher2[B, C]): Combi[(Double, B, C)] with PathMatcher3[Double, B, C]
-
def
/
[B]
(sub: PathMatcher1[B]): Combi[(Double, B)] with PathMatcher2[Double, B]
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
andThen
[A]
(g: (Option[(String, (Double))]) ⇒ A): (String) ⇒ A
-
def
apply
(path: String): Option[(String, (Double))]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ String): (A) ⇒ Option[(String, (Double))]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
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[(Double, B, C, D, E, F, G)] with PathMatcher7[Double, B, C, D, E, F, G]
-
def
~
[B, C, D, E, F]
(sub: PathMatcher5[B, C, D, E, F]): Combi[(Double, B, C, D, E, F)] with PathMatcher6[Double, B, C, D, E, F]
-
def
~
[B, C, D, E]
(sub: PathMatcher4[B, C, D, E]): Combi[(Double, B, C, D, E)] with PathMatcher5[Double, B, C, D, E]
-
def
~
[B, C, D]
(sub: PathMatcher3[B, C, D]): Combi[(Double, B, C, D)] with PathMatcher4[Double, B, C, D]
-
def
~
[B, C]
(sub: PathMatcher2[B, C]): Combi[(Double, B, C)] with PathMatcher3[Double, B, C]
-
def
~
[B]
(sub: PathMatcher1[B]): Combi[(Double, B)] with PathMatcher2[Double, B]
-
Inherited from (String) ⇒ Option[(String, (Double))]
Inherited from AnyRef
Inherited from Any
A PathMatcher that matches and extracts a Double value. The matched string representation is the pure decimal, optionally signed form of a double value, i.e. without exponent.