public class DynamicVariable<T>
extends java.lang.Object
with(T, com.db4o.foundation.Closure4) method.| Constructor and Description |
|---|
DynamicVariable() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
defaultValue() |
static <T> DynamicVariable<T> |
newInstance() |
T |
value() |
void |
value(T value) |
java.lang.Object |
with(T value,
Closure4 block) |
void |
with(T value,
java.lang.Runnable block) |