Uses of Interface
org.ojalgo.type.function.TwoStepMapper.Mergeable
Packages that use TwoStepMapper.Mergeable
-
Uses of TwoStepMapper.Mergeable in org.ojalgo.concurrent
Methods in org.ojalgo.concurrent with type parameters of type TwoStepMapper.MergeableModifier and TypeMethodDescription<W,
R, A extends TwoStepMapper.Mergeable<W, R>>
RProcessingService.reduceMergeable
(Collection<W> work, int parallelism, Supplier<A> reducer) Will create at mostparallelism
tasks to work through thework
items, processing them withreducer
.<W,
R, A extends TwoStepMapper.Mergeable<W, R>>
RProcessingService.reduceMergeable
(Collection<W> work, IntSupplier parallelism, Supplier<A> reducer) <W,
R, A extends TwoStepMapper.Mergeable<W, R>>
RProcessingService.reduceMergeable
(Collection<W> work, Supplier<A> reducer) Using parallelismParallelism.CORES
.Method parameters in org.ojalgo.concurrent with type arguments of type TwoStepMapper.MergeableModifier and TypeMethodDescription<W,
R> R ProcessingService.reduce
(Collection<W> work, int parallelism, Supplier<? extends TwoStepMapper.Mergeable<W, R>> reducer) Deprecated.<W,
R> R ProcessingService.reduce
(Collection<W> work, IntSupplier parallelism, Supplier<? extends TwoStepMapper.Mergeable<W, R>> reducer) Deprecated.v54 Useinvalid reference
#reduceMergeable(Collection<W>,IntSupplier,Supplier<? extends TwoStepMapper.Mergeable<W, R>>)
<W,
R> R ProcessingService.reduce
(Collection<W> work, Supplier<? extends TwoStepMapper.Mergeable<W, R>> reducer) Deprecated.v54 Useinvalid reference
#reduceMergeable(Collection<W>,Supplier<? extends TwoStepMapper.Mergeable<W, R>>)
-
Uses of TwoStepMapper.Mergeable in org.ojalgo.data.batch
Methods in org.ojalgo.data.batch with type parameters of type TwoStepMapper.MergeableModifier and TypeMethodDescription<R,
A extends TwoStepMapper.Mergeable<T, R>>
RBatchNode.reduceByMerging
(Supplier<A> aggregatorFactory) CallsBatchNode.processMergeable(Supplier, Consumer)
with themerge(Object)
method of a globalTwoStepMapper.Mergeable
instance as theconsumer
.<R,
A extends TwoStepMapper.Mergeable<T, R>>
RBatchNode.reduceMapped
(Supplier<A> aggregatorFactory) Deprecated.v54 Useinvalid reference
#reduceByMerging(Supplier<A>)
-
Uses of TwoStepMapper.Mergeable in org.ojalgo.type.function
Classes in org.ojalgo.type.function that implement TwoStepMapper.MergeableModifier and TypeClassDescriptionstatic final class
A frequency counter that optionally filters some elements when merging subresults.static final class
Will calculate the function value for each input item, and cache the result.Methods in org.ojalgo.type.function with type parameters of type TwoStepMapper.MergeableModifier and TypeMethodDescriptionstatic <T,
R, A extends TwoStepMapper.Mergeable<T, R>>
ATwoStepMapper.Mergeable.merge2
(A target, A other) static <T,
R, A extends TwoStepMapper.Mergeable<T, R>>
Collector<T, A, R> TwoStepMapper.Mergeable.newCollector
(Supplier<A> supplier) Create a newCollector
that can be used withStream.collect(Collector)
.
invalid reference