Interface GridPlainInClosure<T>
-
public interface GridPlainInClosure<T>Plain closure that takes one input argument and does not implementGridPeerDeployAware.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(T arg)
-
-
-
Method Detail
-
apply
void apply(T arg) throws IgniteCheckedException
- Parameters:
arg- Closure argument.- Throws:
IgniteCheckedException- If error occurred.
-
-