Package org.goplanit.utils.function
Class NullaryDoubleSupplier
- java.lang.Object
-
- org.goplanit.utils.function.NullaryDoubleSupplier
-
- All Implemented Interfaces:
DoubleSupplier
,Supplier<Double>
,org.ojalgo.function.BasicFunction
,org.ojalgo.function.NullaryFunction<Double>
public class NullaryDoubleSupplier extends Object implements org.ojalgo.function.NullaryFunction<Double>
Lightweight Nullaryfunction implementation to supply doubles in the form of aNullaryFunction<Double>
compatible with OjAlgo- Author:
- markr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.function.BasicFunction
org.ojalgo.function.BasicFunction.Differentiable<N extends Number,F extends org.ojalgo.function.BasicFunction>, org.ojalgo.function.BasicFunction.Integratable<N extends Number,F extends org.ojalgo.function.BasicFunction>, org.ojalgo.function.BasicFunction.PlainUnary<T extends Object,R extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static NullaryDoubleSupplier
ONE
Create supplier that delivers 1 value
-
Constructor Summary
Constructors Constructor Description NullaryDoubleSupplier(double theDouble)
Constructor for double supplier compatible withNullaryfunction<Double>
of OjAlgo
-
-
-
Field Detail
-
ONE
public static NullaryDoubleSupplier ONE
Create supplier that delivers 1 value
-
-