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