Package org.ojalgo.type.function
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ojalgo.type.function.AutoSupplier
drainTo, get, iterator, processAll
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
myMapper
-
mySupplier
-
myFilter
-
-
Constructor Details
-
MappedSupplier
-
MappedSupplier
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceAutoSupplier<IN>
- Throws:
Exception
-
read
- Specified by:
read
in interfaceAutoSupplier<IN>
-