ToOffsetDateTime

org.beangle.commons.conversion.converter.DateTimeConverterFactory.ToOffsetDateTime
object ToOffsetDateTime extends Converter[LocalDateTime, OffsetDateTime]

Attributes

Graph
Supertypes
trait Converter[LocalDateTime, OffsetDateTime]
trait LocalDateTime => OffsetDateTime
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def apply(dt: LocalDateTime): OffsetDateTime

Attributes

Definition Classes
Function1

Inherited methods

def andThen[A](g: OffsetDateTime => A): LocalDateTime => A

Attributes

Inherited from:
Function1
def compose[A](g: A => LocalDateTime): A => OffsetDateTime

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