Lift_CastFrom_CastTo

given Lift_CastFrom_CastTo[CastFrom, CastTo >: CastFrom]: Lift[CastFrom, CastTo]

Value members

Concrete methods

def apply(from: CastFrom): CastTo

Inherited methods

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