Uses of Interface
org.ojalgo.type.function.TwoStepMapper
Packages that use TwoStepMapper
Package
Description
-
Uses of TwoStepMapper in org.ojalgo.concurrent
Classes in org.ojalgo.concurrent that implement interfaces with type arguments of type TwoStepMapperModifier and TypeClassDescription(package private) static final classFields in org.ojalgo.concurrent declared as TwoStepMapperModifier and TypeFieldDescriptionprivate final TwoStepMapper<W, R> ProcessingService.CallableMapper.myMapperMethods 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 theprocessoris 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 aTwoStepMapperinstance.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> voidBatchNode.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 classSampleSet.CombineableSet<N extends Comparable<N>> -
Uses of TwoStepMapper in org.ojalgo.type.function
Subinterfaces of TwoStepMapper in org.ojalgo.type.functionModifier and TypeInterfaceDescriptionstatic interfaceTwoStepMapper.Combineable<T, R, A extends TwoStepMapper.Combineable<T,R, A>> Enables combining the state of multiple instances.static interfaceEnables merging the results from multiple instances.Classes in org.ojalgo.type.function that implement TwoStepMapperModifier and TypeClassDescriptionstatic final classA frequency counter that optionally filters some elements when merging subresults.static final classWill calculate the function value for each input item, and cache the result.
invalid reference