public class SingletonSupplier<T> extends Object implements Supplier<T>
SingletonSupplier(Supplier<T> supplier)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingletonSupplier(Supplier<T> supplier)
public T get()
get
Supplier<T>
Copyright © 2021 mydotey.org. All rights reserved.