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

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

Value members

Inherited methods

def andThen[A](g: Duration => A): Quantity[V, U] => A
Inherited from:
Function1
def apply(v1: Quantity[V, U]): Duration
Inherited from:
Function1
def compose[A](g: A => Quantity[V, U]): A => Duration
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1