public class CacheableSupplier<T> extends Object implements Supplier<T>
CacheableSupplier(Supplier<T> supplier)
T
get()
static <T> CacheableSupplier<T>
newSupplier(Supplier<T> supplier)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheableSupplier(Supplier<T> supplier)
public static <T> CacheableSupplier<T> newSupplier(Supplier<T> supplier)
public T get()
get
Supplier<T>
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.