T - type parameter of the argument and returning type of this unary
operator@FunctionalInterface public interface ThrowingUnaryOperator<T> extends UnaryOperator<T>
UnaryOperator| Modifier and Type | Method and Description |
|---|---|
default T |
apply(T t) |
T |
doApply(T t) |
identity