Lift

com.thoughtworks.dsl.Dsl$package$.Dsl$.Lift$
See theLift companion trait
object Lift

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Lift.type

Members list

Concise view

Type members

Classlikes

object OneStep

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OneStep.type
@FunctionalInterface
trait OneStep[From, +To] extends Lift[From, To]

Attributes

Companion:
object
Graph
Supertypes
trait Lift[From, To]
trait From => To
class Object
trait Matchable
class Any

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]

Attributes

Inherited from:
LowPriorityLift0 (hidden)