TruncatingDurationQuantity

abstract class TruncatingDurationQuantity[V, U] extends Duration => Quantity[V, U]

A typeclass for converting a Duration to an equivalent Quantity involving a truncation to some integral value type

Type parameters:
U

the quantity unit type

V

the quantity value type

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

Value members

Inherited methods

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