Interface ComplexFunction.Unary
- All Superinterfaces:
BasicFunction, DoubleUnaryOperator, Function<ComplexNumber, ComplexNumber>, UnaryFunction<ComplexNumber>, UnaryOperator<ComplexNumber>
- Enclosing class:
ComplexFunction
- 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 ComplexFunction.Unary
extends UnaryFunction<ComplexNumber>
-
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 DoubleUnaryOperator
andThen, composeMethods inherited from interface UnaryFunction
andThen, apply, applyAsDouble, compose, invoke, invoke, invoke, invoke, invoke
-
Method Details
-
invoke
default double invoke(double arg) - Specified by:
invokein interfaceUnaryFunction<ComplexNumber>
-
invoke
default float invoke(float arg) - Specified by:
invokein interfaceUnaryFunction<ComplexNumber>
-