Package org.ojalgo.function
Interface PrimitiveFunction.Parameter
- All Superinterfaces:
BasicFunction
,BiFunction<Double,
,Integer, Double> ParameterFunction<Double>
- Enclosing class:
PrimitiveFunction
- 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 PrimitiveFunction.Parameter
extends ParameterFunction<Double>
-
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> Nested classes/interfaces inherited from interface org.ojalgo.function.ParameterFunction
ParameterFunction.FixedParameter<N extends Comparable<N>>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceParameterFunction<Double>
-