public abstract class Lazy<N> extends Value<N>
Modifier and Type | Field and Description |
---|---|
protected boolean |
done |
protected Value<N> |
value |
Constructor and Description |
---|
Lazy() |
Modifier and Type | Method and Description |
---|---|
Boolean<N> |
asBoolean() |
NodeSet<N> |
asNodeSet() |
Number<N> |
asNumber() |
String<N> |
asString() |
protected abstract Value<N> |
eval() |
protected void |
force() |
boolean |
isBoolean() |
boolean |
isNodeSet() |
boolean |
isNumber() |
boolean |
isString() |
booleanValue, numberValue, singleton, stringValue, value, value, value
see also the complete user documentation .