Watches
5Adds f, a fn of one argument, to the tap set. This function will be called with anything sent via tap>. Remember f in or...
functioncljs.core
Adds a watch function to an atom reference. The watch fn must be a fn of 4 args: a key, the reference, its old-state, it...
functioncljs.core
Remove f from the tap set.
functioncljs.core
Removes a watch (set by add-watch) from a reference
functioncljs.core
Sends x to any taps. Returns the result of *exec-tap-fn*, a Boolean value.
functioncljs.core