to abstract method

Measure<V> to(
  1. Unit unit
)

Returns the measure equivalent to this measure but stated in the specified unit.

Implementation

Measure<V> to(Unit unit);