I - the type of the input of the functionR - the type of the result of the functionT - the type of the exception the accept method may throw@FunctionalInterface public interface ThrowingFunction<I,R,T extends Throwable>
Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(I in)
Applies this function to the given argument, potentially throwing an exception.
|
Apache Camel