T
- see UnaryOperator
@FunctionalInterface public interface ThrowingUnaryOperator<T> extends ThrowingFunction<T,T>
UnaryOperator
that allows throwing checked exceptions. ThrowingUnaryOperator
is usually implemented by a lambda and passed to CheckedExceptionHandler.fromUnaryOperator(ThrowingUnaryOperator)
. See noexception tutorial.
apply
Copyright © 2017–2020 Robert Važan. All rights reserved.