Class PrimitiveAggregator.PrimitiveAggregatorFunction
java.lang.Object
org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
- All Implemented Interfaces:
Consumer<Double>, DoubleConsumer, AggregatorFunction<Double>, BasicFunction, VoidFunction<Double>, AccessScalar<Double>, NumberDefinition
- Enclosing class:
PrimitiveAggregator
abstract static class PrimitiveAggregator.PrimitiveAggregatorFunction
extends Object
implements AggregatorFunction<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface AggregatorFunction
AggregatorFunction.PredicateWrapper<N>Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AggregatorFunction
filter, resetMethods inherited from interface DoubleConsumer
andThenMethods inherited from interface NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
PrimitiveAggregatorFunction
PrimitiveAggregatorFunction()
-
-
Method Details
-
get
- Specified by:
getin interfaceAccessScalar<Double>
-
invoke
- Specified by:
invokein interfaceVoidFunction<Double>
-
invoke
public final void invoke(float arg) - Specified by:
invokein interfaceVoidFunction<Double>
-
toScalar
- Specified by:
toScalarin interfaceAggregatorFunction<Double>
-