Interface Lazy.SerializableSupplier<T>

Type Parameters:
T - The Supplier.
All Superinterfaces:
Serializable, Supplier<T>
Enclosing class:
Lazy<T>

public static interface Lazy.SerializableSupplier<T> extends Supplier<T>, Serializable
Simple serializable supplier interface.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get