InstantConverter

object InstantConverter extends Converter[String, Instant]
trait Converter[String, Instant]
trait String => Instant
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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