Uses of Class
tech.units.indriya.quantity.time.TimeUnitQuantity
-
Packages that use TimeUnitQuantity Package Description tech.units.indriya.quantity.time -
-
Uses of TimeUnitQuantity in tech.units.indriya.quantity.time
Methods in tech.units.indriya.quantity.time that return TimeUnitQuantity Modifier and Type Method Description static TimeUnitQuantity
TimeQuantities. getQuantity(java.lang.Integer number, java.util.concurrent.TimeUnit timeUnit)
static TimeUnitQuantity
TimeUnitQuantity. of(java.lang.Integer number, java.util.concurrent.TimeUnit timeUnit)
static TimeUnitQuantity
TimeUnitQuantity. of(java.util.concurrent.TimeUnit timeUnit, java.lang.Integer number)
Deprecated.use #of(Integer, TimeUnit)static TimeUnitQuantity
TimeUnitQuantity. of(javax.measure.Quantity<javax.measure.quantity.Time> quantity)
TimeUnitQuantity
TimeUnitQuantity. to(java.util.concurrent.TimeUnit timeUnit)
static TimeUnitQuantity
TimeQuantities. toTimeUnitSeconds(javax.measure.Quantity<javax.measure.quantity.Time> quantity)
-