Module ojalgo
Package org.ojalgo.function.aggregator
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 org.ojalgo.function.aggregator.AggregatorFunction
AggregatorFunction.PredicateWrapper<N extends Comparable<N>>Nested classes/interfaces inherited from interface org.ojalgo.function.BasicFunction
BasicFunction.Differentiable<N extends Comparable<N>,F extends BasicFunction>, BasicFunction.Integratable<N extends Comparable<N>, F extends BasicFunction>, BasicFunction.PlainUnary<T, R> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ojalgo.function.aggregator.AggregatorFunction
filter, resetMethods inherited from interface java.util.function.DoubleConsumer
andThenMethods inherited from interface org.ojalgo.type.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>
-