Interface Lazy.SerializableSupplier<T>

All Superinterfaces:
Serializable, Supplier<T>
Enclosing class:
Lazy<T>

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

    Methods inherited from interface java.util.function.Supplier

    get