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:
    DoubleSupplier
    • Method Detail

      • getFactor

        double getFactor()