Interface ThrowingIntUnaryOperator
- All Superinterfaces:
IntUnaryOperator
- 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 intapplyAsInt(int operand) intapplyAsIntThrows(int operand) Methods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Method Details
-
applyAsInt
default int applyAsInt(int operand) - Specified by:
applyAsIntin interfaceIntUnaryOperator
-
applyAsIntThrows
- Throws:
Exception
-