Supplier<T>
public class SingletonStore<T> extends Object implements Supplier<T>
SingletonStore(Supplier<T> supplier)
T
get()
void
reset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingletonStore(Supplier<T> supplier)
public T get()
get
public void reset()