Interface QuaternionFunction.Nullary
- All Superinterfaces:
AccessScalar<Quaternion>, BasicFunction, DoubleSupplier, NullaryFunction<Quaternion>, NumberDefinition, Supplier<Quaternion>
- Enclosing class:
QuaternionFunction
- 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 QuaternionFunction.Nullary
extends NullaryFunction<Quaternion>
-
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, get, getAsDouble, invokeMethods inherited from interface NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Method Details
-
doubleValue
default double doubleValue()- Specified by:
doubleValuein interfaceNullaryFunction<Quaternion>- Specified by:
doubleValuein interfaceNumberDefinition
-