OneStep

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

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