Class RationalAggregator.RationalAggregatorFunction
java.lang.Object
org.ojalgo.function.aggregator.RationalAggregator.RationalAggregatorFunction
- All Implemented Interfaces:
Consumer<RationalNumber>, DoubleConsumer, AggregatorFunction<RationalNumber>, BasicFunction, VoidFunction<RationalNumber>, AccessScalar<RationalNumber>, NumberDefinition
- Enclosing class:
RationalAggregator
abstract static class RationalAggregator.RationalAggregatorFunction
extends Object
implements AggregatorFunction<RationalNumber>
-
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
Modifier and TypeMethodDescriptionfinal doublefinal voidinvoke(double anArg) final voidinvoke(float anArg) final Scalar<RationalNumber> toScalar()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AccessScalar
getMethods inherited from interface AggregatorFunction
filter, resetMethods inherited from interface DoubleConsumer
andThenMethods inherited from interface NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
RationalAggregatorFunction
RationalAggregatorFunction()
-
-
Method Details
-
doubleValue
public final double doubleValue()- Specified by:
doubleValuein interfaceNumberDefinition
-
invoke
public final void invoke(double anArg) - Specified by:
invokein interfaceVoidFunction<RationalNumber>
-
invoke
public final void invoke(float anArg) - Specified by:
invokein interfaceVoidFunction<RationalNumber>
-
toScalar
- Specified by:
toScalarin interfaceAggregatorFunction<RationalNumber>
-