Package org.apache.ignite.lang
Interface IgniteOutClosure<T>
- Type Parameters:
T- Type of return value from this closure.
- All Superinterfaces:
Serializable
Closure that does not take any parameters and returns a value.
-
Method Summary
-
Method Details
-
apply
T apply()Closure body.- Returns:
- Return value.
-