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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply()
Closure body.
-
-
-
Method Detail
-
apply
T apply()
Closure body.- Returns:
- Return value.
-
-