Interface DistExecutor.SafeSupplier<T>

Type Parameters:
T - The return type of the Supplier
All Superinterfaces:
DistExecutor.SafeReferent, Serializable, Supplier<T>
Enclosing class:
DistExecutor

public static interface DistExecutor.SafeSupplier<T> extends DistExecutor.SafeReferent, Supplier<T>, Serializable
SafeSupplier version of DistExecutor.SafeReferent
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get