Lift_From_To

given Lift_From_To[From, Intermediate, To](using val step1: OneStep[Intermediate, To], val step0: Lift[From, Intermediate]): Lift[From, To]

Value members

Concrete methods

def apply(from: From): To

Inherited methods

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

Concrete fields

protected
val step0: Lift[From, Intermediate]
protected
val step1: OneStep[Intermediate, To]