Lift

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

Attributes

Companion
trait
Source
Dsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Lift.type

Members list

Type members

Classlikes

object OneStep

Attributes

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

Attributes

Companion
object
Source
Dsl.scala
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)
Source
Dsl.scala