Interface Lazy.Supplier<T>

All Superinterfaces:
Supplier<T>
All Known Subinterfaces:
Builder.OrProduct<P,B>, ValueBuilder.BuilderOrValue<P>
All Known Implementing Classes:
AxiomValueBuilder
Enclosing class:
Lazy<T>

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

    Methods inherited from interface java.util.function.Supplier

    get