@FunctionalInterface public interface ThrowingUnaryOperator<T> extends ThrowingFunction<T,T>, UnaryOperator<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
apply(T argument)
Applies this operator to the given argument.
|
T |
applyThrowing(T argument)
Applies this operator to the given argument.
|
andThen, compose, fallbackTo, fallbackTo, orReturn, orReturn, orThrow, orThrow, orTryWith, orTryWithidentitydefault T apply(T argument)
UncheckedException.T applyThrowing(T argument) throws Exception
applyThrowing in interface ThrowingFunction<T,T>Exception