Package org.ojalgo.function.aggregator
Class PrimitiveAggregator.PrimitiveAggregatorFunction
- java.lang.Object
-
- org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
-
- All Implemented Interfaces:
java.util.function.Consumer<java.lang.Double>
,java.util.function.DoubleConsumer
,AggregatorFunction<java.lang.Double>
,BasicFunction
,VoidFunction<java.lang.Double>
,AccessScalar<java.lang.Double>
,NumberDefinition
- Enclosing class:
- PrimitiveAggregator
abstract static class PrimitiveAggregator.PrimitiveAggregatorFunction extends java.lang.Object implements AggregatorFunction<java.lang.Double>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.function.aggregator.AggregatorFunction
AggregatorFunction.PredicateWrapper<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.function.BasicFunction
BasicFunction.Differentiable<N extends java.lang.Comparable<N>,F extends BasicFunction>, BasicFunction.Integratable<N extends java.lang.Comparable<N>,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>
-
-
Constructor Summary
Constructors Constructor Description PrimitiveAggregatorFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
get()
void
invoke(float arg)
void
invoke(java.lang.Double arg)
Scalar<java.lang.Double>
toScalar()
-
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 org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
-
-
-
Method Detail
-
get
public final java.lang.Double get()
- Specified by:
get
in interfaceAccessScalar<java.lang.Double>
-
invoke
public final void invoke(java.lang.Double arg)
- Specified by:
invoke
in interfaceVoidFunction<java.lang.Double>
-
invoke
public final void invoke(float arg)
- Specified by:
invoke
in interfaceVoidFunction<java.lang.Double>
-
toScalar
public final Scalar<java.lang.Double> toScalar()
- Specified by:
toScalar
in interfaceAggregatorFunction<java.lang.Double>
-
-