Q
- the type of quantities supplied by this supplierpublic interface QuantitySupplier<Q extends javax.measure.Quantity<Q>>
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
This is a functional interface
whose functional method is getQuantity()
.
Quantity}
Modifier and Type | Method and Description |
---|---|
javax.measure.Quantity<Q> |
getQuantity()
Gets a quantity.
|
javax.measure.Quantity<Q> getQuantity()
Copyright © 2005-2021 Units of Measurement project. All Rights Reserved.