Uses of Class
org.ojalgo.type.function.QueuedConsumer
-
Packages that use QueuedConsumer Package Description org.ojalgo.type.function -
-
Uses of QueuedConsumer in org.ojalgo.type.function
Fields in org.ojalgo.type.function declared as QueuedConsumer Modifier and Type Field Description private QueuedConsumer<T>
QueuedConsumer.Worker. myParent
Constructors in org.ojalgo.type.function with parameters of type QueuedConsumer Constructor Description Worker(QueuedConsumer<T> parent, java.util.function.Consumer<T> consumer)
-