EpochTimeInstant

coulomb.units.javatime.conversions.EpochTimeInstant
abstract class EpochTimeInstant[V, U] extends EpochTime[V, U] => Instant

Attributes

Source
time.scala
Graph
Supertypes
trait EpochTime[V, U] => Instant
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Function1
def apply(v1: EpochTime[V, U]): R

Attributes

Inherited from:
Function1
def compose[A](g: A => EpochTime[V, U]): 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