DurationQuantity

coulomb.units.javatime$.conversions$.DurationQuantity
abstract class DurationQuantity[V, U] extends Duration => Quantity[V, U]

A typeclass for converting a Duration to an equivalent Quantity

Attributes

U

the quantity unit type

V

the quantity value type

Source:
time.scala
Graph
Supertypes
trait Duration => Quantity[V, U]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: Quantity[V, U] => A): T1 => A

Attributes

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

Attributes

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