Searched defs:CachedSupplier (Results 1 – 2 of 2) sorted by relevance
25 public class CachedSupplier<T> implements Supplier<T> { class29 public CachedSupplier(Supplier<T> delegate) { in CachedSupplier() method in CachedSupplier
48 public class CachedSupplier<T> implements Supplier<T>, SdkAutoCloseable { class111 private CachedSupplier(Builder<T> builder) { in CachedSupplier() method in CachedSupplier