Lift

scala.meta.quasiquotes.Lift
See theLift companion object
trait Lift[O, I] extends Convert[O, I]

Attributes

Companion
object
Graph
Supertypes
trait Convert[O, I]
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

def apply(a: O): I
Implicitly added by liftAnyToOption

Attributes

Inherited from:
Convert
def apply(a: O): I
Implicitly added by liftListToList

Attributes

Inherited from:
Convert
def apply(a: O): I
Implicitly added by liftNoneToList

Attributes

Inherited from:
Convert
def apply(a: O): I
Implicitly added by liftOptionToList

Attributes

Inherited from:
Convert
def apply(a: O): I
Implicitly added by liftSomeToList

Attributes

Inherited from:
Convert
def apply(a: O): I

Attributes

Inherited from:
Convert