public class VncAtom extends VncVal
| Modifier and Type | Method and Description |
|---|---|
void |
addWatch(VncKeyword name,
VncFunction fn) |
VncVal |
compare_and_set(VncVal expectValue,
VncVal newVal) |
VncAtom |
copy() |
VncVal |
deref() |
void |
removeWatch(VncKeyword name) |
VncVal |
reset(VncVal newVal) |
VncVal |
swap(VncFunction fn,
VncList args) |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
compareTo, copyMetaTo, equals, getMeta, getMetaVal, getMetaVal, hashCode, isList, setMeta, setMetaValpublic VncAtom(VncVal value)
public VncVal deref()
public VncVal swap(VncFunction fn, VncList args)
public void addWatch(VncKeyword name, VncFunction fn)
public void removeWatch(VncKeyword name)
public java.lang.String toString()
toString in class java.lang.Object