Uses of Interface
org.ojalgo.type.function.TwoStepMapper
Packages that use TwoStepMapper
Package
Description
-
Uses of TwoStepMapper in org.ojalgo.concurrent
Fields in org.ojalgo.concurrent declared as TwoStepMapperModifier and TypeFieldDescriptionprivate final TwoStepMapper
<W, R> ProcessingService.CallableMapper.myMapper
Methods in org.ojalgo.concurrent that return TwoStepMapperConstructors in org.ojalgo.concurrent with parameters of type TwoStepMapperModifierConstructorDescription(package private)
CallableMapper
(Queue<W> work, TwoStepMapper<W, R> mapper) -
Uses of TwoStepMapper in org.ojalgo.data.batch
Classes in org.ojalgo.data.batch that implement TwoStepMapperMethods in org.ojalgo.data.batch with type parameters of type TwoStepMapperModifier and TypeMethodDescriptionprivate <R,
A extends TwoStepMapper<T, R>>
voidBatchNode.processAggregators
(File shard, Supplier<A> aggregatorFactory, Consumer<A> processor) <R,
A extends TwoStepMapper<T, R>>
voidBatchNode.processCombineable
(Supplier<A> aggregatorFactory, Consumer<A> processor) Similar toBatchNode.processMergeable(Supplier, Consumer)
but theprocessor
is called with the aggregator instance itself rather than its extracted results.<R,
A extends TwoStepMapper<T, R>>
voidBatchNode.processMergeable
(Supplier<A> aggregatorFactory, Consumer<R> processor) Each shard is processed/aggregated separately by aTwoStepMapper
instance.private <R,
A extends TwoStepMapper<T, R>>
voidBatchNode.processResults
(File shard, Supplier<A> aggregatorFactory, Consumer<R> processor) Method parameters in org.ojalgo.data.batch with type arguments of type TwoStepMapperModifier and TypeMethodDescription<R> void
BatchNode.processMapped
(Supplier<? extends TwoStepMapper<T, R>> aggregatorFactory, Consumer<R> processor) Deprecated. -
Uses of TwoStepMapper in org.ojalgo.random
Classes in org.ojalgo.random that implement TwoStepMapperModifier and TypeClassDescriptionstatic final class
SampleSet.CombineableSet<N extends Comparable<N>>
-
Uses of TwoStepMapper in org.ojalgo.type.function
Subinterfaces of TwoStepMapper in org.ojalgo.type.functionModifier and TypeInterfaceDescriptionstatic interface
TwoStepMapper.Combineable<T,
R, A extends TwoStepMapper.Combineable<T, R, A>> Enables combining the state of multiple instances.static interface
Enables merging the results from multiple instances.Classes in org.ojalgo.type.function that implement TwoStepMapperModifier 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.
invalid reference