Class MappedSupplier<IN,OUT>

java.lang.Object
org.ojalgo.type.function.MappedSupplier<IN,OUT>
All Implemented Interfaces:
AutoCloseable, Iterable<OUT>, Supplier<OUT>, AutoFunctional, AutoSupplier<OUT>

final class MappedSupplier<IN,OUT> extends Object implements AutoSupplier<OUT>