Interface ThrowableFunction<T,R>

Type Parameters:
T - the source type
R - the return type
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ThrowableFunction<T,R>
Since:
2.7.5
See Also:
  • Method Details