Interface MemoizedSupplier<T>

  • All Superinterfaces:
    Memoized<Void,​T>, java.util.function.Supplier<T>
    All Known Implementing Classes:
    MemoizedSupplierImpl

    public interface MemoizedSupplier<T>
    extends java.util.function.Supplier<T>, Memoized<Void,​T>
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get