java.util.function.Function<T,T>, ThrowingFunction<T,T>, java.util.function.UnaryOperator<T>@FunctionalInterface public interface ThrowingUnaryOperator<T> extends ThrowingFunction<T,T>, java.util.function.UnaryOperator<T>
| Modifier and Type | Method | 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, orTryWithdefault T apply(T argument)
UncheckedException.T applyThrowing(T argument) throws java.lang.Exception
applyThrowing in interface ThrowingFunction<T,T>java.lang.Exception