Package org.ojalgo.function.aggregator
Class BigAggregator.BigAggregatorFunction
- java.lang.Object
-
- org.ojalgo.function.aggregator.BigAggregator.BigAggregatorFunction
-
- All Implemented Interfaces:
java.util.function.Consumer<java.math.BigDecimal>
,java.util.function.DoubleConsumer
,AggregatorFunction<java.math.BigDecimal>
,BasicFunction
,VoidFunction<java.math.BigDecimal>
,AccessScalar<java.math.BigDecimal>
,NumberDefinition
- Enclosing class:
- BigAggregator
abstract static class BigAggregator.BigAggregatorFunction extends java.lang.Object implements AggregatorFunction<java.math.BigDecimal>
-
-
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 BigAggregatorFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
doubleValue()
void
invoke(double anArg)
void
invoke(float anArg)
Scalar<java.math.BigDecimal>
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.structure.AccessScalar
get
-
Methods inherited from interface org.ojalgo.function.aggregator.AggregatorFunction
filter, reset
-
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
-
-
-
Method Detail
-
doubleValue
public final double doubleValue()
- Specified by:
doubleValue
in interfaceNumberDefinition
-
invoke
public final void invoke(double anArg)
- Specified by:
invoke
in interfaceVoidFunction<java.math.BigDecimal>
-
invoke
public final void invoke(float anArg)
- Specified by:
invoke
in interfaceVoidFunction<java.math.BigDecimal>
-
toScalar
public final Scalar<java.math.BigDecimal> toScalar()
- Specified by:
toScalar
in interfaceAggregatorFunction<java.math.BigDecimal>
-
-