E - The type of the input to the function.R - The type of the result of the function.public interface IgniteThrowableFunction<E,R> extends Serializable
Function
it is able to throw IgniteCheckedException.| Modifier and Type | Method and Description |
|---|---|
R |
apply(E e)
Applies this function to the given argument.
|
R apply(E e) throws IgniteCheckedException
e - The function argument.IgniteCheckedException - if body execution was failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020