Q
- The type to convert to.@FunctionalInterface 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-2019 Units of Measurement project. All Rights Reserved.