Interface TDoubleUnaryOperator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault TDoubleUnaryOperator
andThen(TDoubleUnaryOperator after)
double
applyAsDouble(double operand)
default TDoubleUnaryOperator
compose(TDoubleUnaryOperator before)
static TDoubleUnaryOperator
identity()
-
Method Details
-
applyAsDouble
double applyAsDouble(double operand) -
compose
-
andThen
-
identity
-