QuantityDuration

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

A typeclass for converting a Quantity to an equivalent Duration

Type parameters

U

the quantity unit type

V

the quantity value type

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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