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 Detail

      • apply

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