Uses of Class
org.ojalgo.type.function.ShardedConsumer
-
Packages that use ShardedConsumer Package Description org.ojalgo.type.function -
-
Uses of ShardedConsumer in org.ojalgo.type.function
Subclasses of ShardedConsumer in org.ojalgo.type.function Modifier and Type Class Description (package private) static class
ShardedConsumer.GeneralShardedConsumer<T>
(package private) static class
ShardedConsumer.PowerOf2ShardedConsumer<T>
Methods in org.ojalgo.type.function that return ShardedConsumer Modifier and Type Method Description (package private) static <T> ShardedConsumer<T>
ShardedConsumer. of(java.util.function.ToIntFunction<T> distributor, java.util.function.Consumer<T>[] consumers)
-