Converter

trait Converter[S, +T] extends S => T

Convert source to target

Value Params
<S>

source

<T>

target

trait S => T
class Object
trait Matchable
class Any

Value members

Inherited methods

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