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
object ToInstant.type
object ToOffsetDateTime.type
object ToZonedDateTime.type
object BufferConverter.type
object CollectionConverter.type
class SeqConverter
class SetConverter
class MapConverter
object BooleanConverter.type
class EnumConverter[T]
object HourMinuteConverter.type
object LocaleConverter.type
object ToInstant.type
object ToLocalDate.type
object ToLocalDateTime.type
object ToLocalTime.type
object ToMonthDay.type
object ToOffsetDateTime.type
object ToYearMonth.type
object ToZonedDateTime.type
object TimeConverter.type
object ToStringConverter.type
Show all

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

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