public class ConstantSupplier<T> extends java.lang.Object implements com.google.common.base.Supplier<T>
ConstantSupplier(T value)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConstantSupplier(T value)
public T get()
get
com.google.common.base.Supplier<T>