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