Lift

object Lift
Companion:
class
class Object
trait Matchable
class Any
Lift.type

Type members

Classlikes

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

Givens

Inherited givens

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