AsLocalDate

net.ruippeixotog.scalascraper.scraper.ContentParsers$.AsLocalDate
class AsLocalDate extends AsJodaTime[LocalDate]

A content parser with extra options for parsing LocalDates.

Attributes

Graph
Supertypes
class AsJodaTime[LocalDate]
trait String => LocalDate
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
Function1
def apply(content: String): A

Attributes

Inherited from:
AsJodaTime
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