Holidays

object Holidays extends LocalDate => Option[String]
trait LocalDate => Option[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(target: LocalDate): Option[String]
def unapply[A](value: A)(`evidence$1`: LocalDateConverter[A]): Option[String]

Inherited methods

@unspecialized
def andThen[A](g: Option[String] => A): LocalDate => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => LocalDate): A => Option[String]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1