I
- the input type of the functionO
- the output type of the functionX
- the type of throwable that the function may throw@FunctionalInterface
public interface ThrowingFunction<I,O,X extends java.lang.Throwable>
Function
that may throw a checked exception.Modifier and Type | Method and Description |
---|---|
O |
apply(I input) |