Interface CheckedUnaryOperator<T>
- All Superinterfaces:
CheckedFunction<T,T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
UnaryOperator that allows for checked exceptions.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> UnaryOperator<T> sneaky(CheckedUnaryOperator<T> operator) static <T> UnaryOperator<T> unchecked(CheckedUnaryOperator<T> operator) static <T> UnaryOperator<T> unchecked(CheckedUnaryOperator<T> operator, Consumer<Throwable> handler) Methods inherited from interface CheckedFunction
apply
-
Method Details
-
sneaky
-
unchecked
-
unchecked
static <T> UnaryOperator<T> unchecked(CheckedUnaryOperator<T> operator, Consumer<Throwable> handler)
-