- All Implemented Interfaces:
com.google.common.base.Supplier<T>, Supplier<T>
public class SettableSupplier<T>
extends Object
implements com.google.common.base.Supplier<T>
A settable Supplier. Not thread safe.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SettableSupplier
public SettableSupplier()
-
SettableSupplier
public SettableSupplier(T obj)
-
Method Details
-
-
get
- Specified by:
get in interface com.google.common.base.Supplier<T>
- Specified by:
get in interface Supplier<T>