Interface GridPlainClosure<T,R>
-
public interface GridPlainClosure<T,R>Closure that takes argument, returns result and do not implementGridPeerDeployAware.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T arg)
-
-
-
Method Detail
-
apply
R apply(T arg) throws IgniteCheckedException
- Parameters:
arg- Closure argument.- Returns:
- Closure execution result.
- Throws:
IgniteCheckedException- If error occurred.
-
-