Unlift

scala.meta.quasiquotes.Unlift
See theUnlift companion object
trait Unlift[I, O] extends Convert[I, Option[O]]

Attributes

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

Members list

Value members

Concrete methods

def unapply(x: I): Option[O]

Inherited and Abstract methods

def apply(a: I): Option[O]

Attributes

Inherited from:
Convert