public interface FactorSupplier<T>
T
-valued multiplication factors. This is a
a T
.-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 |
---|---|
T |
getFactor() |
Copyright © 2005–2017 Units of Measurement project. All rights reserved.