public class DerivedOptionValue<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DerivedOptionValue.OptionSupplier<T> |
| Modifier and Type | Field and Description |
|---|---|
private T |
initialValue |
private DerivedOptionValue.OptionSupplier<T> |
supplier |
| Constructor and Description |
|---|
DerivedOptionValue(DerivedOptionValue.OptionSupplier<T> supplier) |
private final T initialValue
private final DerivedOptionValue.OptionSupplier<T> supplier
public DerivedOptionValue(DerivedOptionValue.OptionSupplier<T> supplier)
T createValue()