Interface PrimitiveFunction.Nullary
- All Superinterfaces:
AccessScalar<Double>, BasicFunction, DoubleSupplier, NullaryFunction<Double>, NumberDefinition, Supplier<Double>
- All Known Implementing Classes:
AbstractContinuous, AbstractDiscrete, Binomial, Cauchy, ChiSquareDistribution, ChiSquareDistribution.Degree2, ChiSquareDistribution.NormalApproximation, Deterministic, Erlang, Exponential, Gamma, Geometric, LogNormal, Normal, Poisson, RandomNumber, TDistribution, TDistribution.Degree1, TDistribution.Degree2, TDistribution.Degree3, TDistribution.Degree4, TDistribution.Degree5, TDistribution.DegreeInfinity, Uniform, Weibull
- 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.Nullary
extends NullaryFunction<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> -
Method Summary
Methods inherited from interface NullaryFunction
andThen, doubleValue, get, getAsDoubleMethods inherited from interface NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Method Details
-
invoke
- Specified by:
invokein interfaceNullaryFunction<Double>
-