Package tech.uom.lib.common.function
Interface DoubleFactorSupplier
-
public interface DoubleFactorSupplierRepresents a supplier ofdouble-valued multiplication factors. This is adouble-producing specialization ofSupplier.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:
- DoubleSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetFactor()
-