Converter

org.beangle.commons.conversion.Converter
trait Converter[S, +T] extends S => T

Convert source to target

Value parameters

<

T> target

Attributes

Graph
Supertypes
trait S => T
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def andThen[A](g: T => A): S => A

Attributes

Inherited from:
Function1
def apply(v1: S): T

Attributes

Inherited from:
Function1
def compose[A](g: A => S): A => T

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1