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, wait
Methods inherited from interface org.ojalgo.function.aggregator.AggregatorFunction
filter, reset
Methods inherited from interface java.util.function.DoubleConsumer
andThen
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
PrimitiveAggregatorFunction
PrimitiveAggregatorFunction()
-
-
Method Details
-
get
- Specified by:
get
in interfaceAccessScalar<Double>
-
invoke
- Specified by:
invoke
in interfaceVoidFunction<Double>
-
invoke
public final void invoke(float arg) - Specified by:
invoke
in interfaceVoidFunction<Double>
-
toScalar
- Specified by:
toScalar
in interfaceAggregatorFunction<Double>
-