Package tech.uom.lib.common.function
Interface DoubleFactorSupplier
-
public interface DoubleFactorSupplier
Represents 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 $
- Author:
- Werner Keil
- See Also:
- DoubleSupplier
-
-
Method Summary
Modifier and Type Method Description doublegetFactor()
-
-
-
Method Detail
-
getFactor
double getFactor()
-
-