object
DateExtractor
extends AnyRef
Type Members
-
type
MGOE
= PartialFunction[MatchGroup, Option[List[Result]]]
-
case class
Result
(y: Option[Int], m: Option[Int], d: Option[Int]) extends Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
DAYS_IN_MONTH
: Array[Int]
-
-
-
lazy val
NUMERIC_FULL_US
: DateExtractor
-
-
val
NoDate
: MGOE
-
val
Numeric
: MGOE
-
val
NumericSub
: MGOE
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
day
(d: Int): String
-
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
month
(m: Int): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
result
(y: Option[String], m: Int, d: Option[String]): Some[List[Result]]
-
def
result
(ye: String, mo: String, da: String, ambiguous: Symbol*): Option[List[Result]]
-
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
year
(y: Int): String
-
def
yearInt
(y: String): Int
Inherited from AnyRef
Inherited from Any