Package tech.uom.lib.common.function
Interface QuantitySupplier<Q extends javax.measure.Quantity<Q>>
- Type Parameters:
Q
- the type of quantities supplied by this supplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a supplier of quantities.
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()
.
- Since:
- 0.5
- Version:
- 0.3, $Date: 2018-06-29 $
-
Method Summary
-
Method Details
-
getQuantity
javax.measure.Quantity<Q> getQuantity()Gets a quantity.- Returns:
- a quantity
-