Package tech.uom.lib.common.function
Interface DoubleFactorSupplier
public interface DoubleFactorSupplier
Represents a supplier of
double
-valued multiplication factors. This is a
double
-producing specialization of Supplier
.
There is no requirement that a distinct result be returned each time the supplier is invoked.
This is a functional interface
whose functional method is getFactor()
.
- Since:
- 0.9
- Version:
- 0.5, $Date: 2016-10-15 $
- See Also:
-
Method Summary
-
Method Details
-
getFactor
double getFactor()
-