almost.functional.utils
T
- type of the Iterable and the Suppliers Optionalpublic class SupplierIterable<T> extends java.lang.Object implements java.lang.Iterable<T>
Constructor and Description |
---|
SupplierIterable(Supplier<Optional<T>> supplier)
Constructor accepting the Supplier.
|