sealed case class DateExtractor(format: String) extends TypeExtractor[Date] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateExtractor
- Serializable
- Serializable
- Product
- Equals
- TypeExtractor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DateExtractor(format: String)
Value Members
-
val
converter: TypeConverter[String, Date]
- Definition Classes
- DateExtractor → TypeExtractor
- val format: String
-
def
unapply(source: String): Option[Date]
- Definition Classes
- TypeExtractor