Package org.apache.ignite.lang
Interface IgniteOutClosure<T>
- 
- Type Parameters:
- T- Type of return value from this closure.
 - All Superinterfaces:
- Serializable
 
 public interface IgniteOutClosure<T> extends Serializable Closure that does not take any parameters and returns a value.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply()Closure body.
 
- 
- 
- 
Method Detail- 
applyT apply() Closure body.- Returns:
- Return value.
 
 
- 
 
-