public abstract class ValueProvider<T>
extends java.lang.Object
| Constructor and Description |
|---|
ValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getValue() |
boolean |
isEmpty() |
public abstract T getValue()
public boolean isEmpty()