public class SingleProvider<T> extends Object implements Supplier<T>
Supplier
SingleProvider(Supplier<T> provider)
T
get()
protected T
newInstance(Supplier<T> provider)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SingleProvider(Supplier<T> provider)
public T get()
get
Supplier<T>
protected T newInstance(Supplier<T> provider)
public String toString()
toString
Object
Copyright © 2021–2022. All rights reserved.