E - The type of the input to the operation.@FunctionalInterface public interface IgniteThrowableConsumer<E> extends Serializable
IgniteThrowableConsumer is expected to operate via side-effects.
Also it is able to throw IgniteCheckedException unlike Consumer.| Modifier and Type | Method and Description |
|---|---|
void |
accept(E e)
Performs this operation on the given argument.
|
void accept(E e) throws IgniteCheckedException
e - the input argumentIgniteCheckedException - If body execution was failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021