@FunctionalInterface public interface CheckedUnaryOperator<T> extends CheckedFunction<T,T>
UnaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.function.UnaryOperator<T> |
unchecked(CheckedUnaryOperator<T> operator) |
static <T> java.util.function.UnaryOperator<T> |
unchecked(CheckedUnaryOperator<T> operator,
java.util.function.Consumer<Throwable> handler) |
apply, unchecked, uncheckedstatic <T> java.util.function.UnaryOperator<T> unchecked(CheckedUnaryOperator<T> operator)
Unchecked#unaryOperator(CheckedUnaryOperator)}static <T> java.util.function.UnaryOperator<T> unchecked(CheckedUnaryOperator<T> operator, java.util.function.Consumer<Throwable> handler)
Unchecked#unaryOperator(CheckedUnaryOperator, Consumer)}Copyright © 2016. All Rights Reserved.