Class Hierarchy
- java.lang.Object
- org.ojalgo.type.function.ManagedConsumer<T> (implements org.ojalgo.type.function.AutoConsumer<T>)
- org.ojalgo.type.function.ManagedSupplier<T> (implements org.ojalgo.type.function.AutoSupplier<T>)
- org.ojalgo.type.function.MappedConsumer<IN,OUT> (implements org.ojalgo.type.function.AutoConsumer<T>)
- org.ojalgo.type.function.MappedSupplier<IN,OUT> (implements org.ojalgo.type.function.AutoSupplier<T>)
- org.ojalgo.type.function.QueuedConsumer<T> (implements org.ojalgo.type.function.AutoConsumer<T>)
- org.ojalgo.type.function.QueuedConsumer.Worker<T> (implements java.lang.Runnable)
- org.ojalgo.type.function.QueuedSupplier<T> (implements org.ojalgo.type.function.AutoSupplier<T>)
- org.ojalgo.type.function.QueuedSupplier.Worker<T> (implements java.lang.Runnable)
- org.ojalgo.type.function.SequencedSupplier<S,T> (implements org.ojalgo.type.function.AutoSupplier<T>)
- org.ojalgo.type.function.ShardedConsumer<T> (implements org.ojalgo.type.function.AutoConsumer<T>)
- org.ojalgo.type.function.ShardedConsumer.GeneralShardedConsumer<T>
- org.ojalgo.type.function.ShardedConsumer.PowerOf2ShardedConsumer<T>
- org.ojalgo.type.function.SupplierIterator<T> (implements java.util.Iterator<E>)
- org.ojalgo.type.function.TwoStepMapper.KeyCounter<T,G> (implements org.ojalgo.type.function.TwoStepMapper.Combineable<T,R,A>, org.ojalgo.type.function.TwoStepMapper.Mergeable<T,R>)
- org.ojalgo.type.function.TwoStepMapper.SimpleCache<K,V> (implements org.ojalgo.type.function.TwoStepMapper.Combineable<T,R,A>, org.ojalgo.type.function.TwoStepMapper.Mergeable<T,R>)
Interface Hierarchy
- java.lang.AutoCloseable
- org.ojalgo.type.function.AutoConsumer<T> (also extends org.ojalgo.type.function.AutoFunctional, java.util.function.Consumer<T>)
- org.ojalgo.type.function.ScoredDualConsumer<T>
- org.ojalgo.type.function.AutoSupplier<T> (also extends org.ojalgo.type.function.AutoFunctional, java.lang.Iterable<T>, java.util.function.Supplier<T>)
- org.ojalgo.type.function.AutoConsumer<T> (also extends org.ojalgo.type.function.AutoFunctional, java.util.function.Consumer<T>)
- org.ojalgo.type.function.AutoFunctional
- org.ojalgo.type.function.AutoConsumer<T> (also extends java.lang.AutoCloseable, java.util.function.Consumer<T>)
- org.ojalgo.type.function.ScoredDualConsumer<T>
- org.ojalgo.type.function.AutoSupplier<T> (also extends java.lang.AutoCloseable, java.lang.Iterable<T>, java.util.function.Supplier<T>)
- org.ojalgo.type.function.AutoConsumer<T> (also extends java.lang.AutoCloseable, java.util.function.Consumer<T>)
- java.util.function.Consumer<T>
- org.ojalgo.type.function.AutoConsumer<T> (also extends java.lang.AutoCloseable, org.ojalgo.type.function.AutoFunctional)
- org.ojalgo.type.function.ScoredDualConsumer<T>
- org.ojalgo.type.function.AutoConsumer<T> (also extends java.lang.AutoCloseable, org.ojalgo.type.function.AutoFunctional)
- java.util.function.Function<T,R>
- java.util.function.UnaryOperator<T>
- org.ojalgo.type.function.OperatorWithException<T>
- java.util.function.UnaryOperator<T>
- java.lang.Iterable<T>
- org.ojalgo.type.function.AutoSupplier<T> (also extends java.lang.AutoCloseable, org.ojalgo.type.function.AutoFunctional, java.util.function.Supplier<T>)
- java.util.function.Supplier<T>
- org.ojalgo.type.function.AutoSupplier<T> (also extends java.lang.AutoCloseable, org.ojalgo.type.function.AutoFunctional, java.lang.Iterable<T>)
- org.ojalgo.type.function.TwoStepMapper<T,R>
- org.ojalgo.type.function.TwoStepMapper.Combineable<T,R,A>
- org.ojalgo.type.function.TwoStepMapper.Mergeable<T,R>