YearMonthConverter

object YearMonthConverter extends Converter[String, YearMonth]
trait Converter[String, YearMonth]
trait String => YearMonth
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(value: String): YearMonth
Definition Classes
Function1

Inherited methods

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