DateTimeAdjuster

object DateTimeAdjuster extends String => DateTimeAdjuster
Companion
class
trait String => DateTimeAdjuster
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: String): DateTimeAdjuster

Inherited methods

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