public final class EagerValueSupplier<V> extends Object implements ValueSupplier<V>
| Modifier and Type | Method and Description |
|---|---|
V |
get()
Retrieves the value, if available.
|
boolean |
isAvailable()
Checks if the value is available.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteagerValue, lazyValuepublic boolean isAvailable()
ValueSupplierisAvailable in interface ValueSupplier<V>public V get()
ValueSupplierget in interface ValueSupplier<V>