Lift

object Lift extends LowPriorityLift0
Companion
class
trait LowPriorityLift0
class Object
trait Matchable
class Any

Type members

Classlikes

object OneStep extends LowPriorityOneStep0
Companion
class
@FunctionalInterface
trait OneStep[From, +To] extends Lift[From, To]
Companion
object

Givens

Givens

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

Inherited givens

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