Package org.ojalgo.function.aggregator
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 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
Modifier and TypeMethodDescriptionfinal double
final void
invoke
(double anArg) final void
invoke
(float anArg) final Scalar
<RationalNumber> 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 java.util.function.DoubleConsumer
andThen
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
RationalAggregatorFunction
RationalAggregatorFunction()
-
-
Method Details
-
doubleValue
public final double doubleValue()- Specified by:
doubleValue
in interfaceNumberDefinition
-
invoke
public final void invoke(double anArg) - Specified by:
invoke
in interfaceVoidFunction<RationalNumber>
-
invoke
public final void invoke(float anArg) - Specified by:
invoke
in interfaceVoidFunction<RationalNumber>
-
toScalar
- Specified by:
toScalar
in interfaceAggregatorFunction<RationalNumber>
-