Skip to main content

alter

functionv1.0

clojure.core/alter

Available in:BBCLJ
(alter [ref fun & args])
Must be called in a transaction. Sets the in-transaction-value of ref to: (apply fun in-transaction-value-of-ref args) and returns the in-transaction-value of ref.

No examples yet. Be the first to add one!