public interface DoubleFactorSupplier
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()
.
Modifier and Type | Method and Description |
---|---|
double |
getFactor() |
double getFactor()
Copyright © 2005–2018 Units of Measurement project. All rights reserved.