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

    Modifier and Type
    Method
    Description
    Closure body.
  • Method Details

    • apply

      T apply()
      Closure body.
      Returns:
      Return value.