Q - The type to convert to.public interface QuantityConverter<Q extends javax.measure.Quantity<Q>>
This is a functional interface whose functional method is #to().
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<Q> |
to(javax.measure.Unit<Q> type)
Returns a quantity converted into another unit.
|
Copyright © 2005–2018 Units of Measurement project. All rights reserved.