Package org.ojalgo.function
Interface RationalFunction.Nullary
- All Superinterfaces:
AccessScalar<RationalNumber>
,BasicFunction
,DoubleSupplier
,NullaryFunction<RationalNumber>
,NumberDefinition
,Supplier<RationalNumber>
- Enclosing class:
RationalFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface RationalFunction.Nullary
extends NullaryFunction<RationalNumber>
-
Nested Class Summary
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> -
Method Summary
Methods inherited from interface org.ojalgo.function.NullaryFunction
andThen, get, getAsDouble, invoke
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Method Details
-
doubleValue
default double doubleValue()- Specified by:
doubleValue
in interfaceNullaryFunction<RationalNumber>
- Specified by:
doubleValue
in interfaceNumberDefinition
-