Class ManagedSupplier<T>

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

final class ManagedSupplier<T> extends Object implements AutoSupplier<T>