Lift

@FunctionalInterface
trait Lift[From, +To] extends From => To
Companion:
object
trait From => To
class Object
trait Matchable
class Any
trait OneStep[From, To]

Value members

Inherited methods

def andThen[A](g: To => A): From => A
Inherited from:
Function1
def apply(v1: From): To
Inherited from:
Function1
def compose[A](g: A => From): A => To
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1