Searched defs:CachedSupplier (Results 1 – 1 of 1) sorted by relevance
21 public class CachedSupplier<T> implements Supplier<T> { class25 public CachedSupplier(Supplier<T> wrapped) { in CachedSupplier() method in CachedSupplier