AsJodaTime

net.ruippeixotog.scalascraper.scraper.ContentParsers.AsJodaTime
class AsJodaTime[A](formats: Seq[String], parse: (DateTimeFormatter, String) => A) extends String => A

A content parser with extra options for parsing joda-time models.

Attributes

Graph
Supertypes
trait String => A
class Object
trait Matchable
class Any
Known subtypes
class AsDateTime
class AsLocalDate

Members list

Value members

Concrete methods

def apply(content: String): A

Inherited methods

def andThen[A](g: A => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => String): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1