clojure.lang
Interface IAtom

All Known Implementing Classes:
Atom

public interface IAtom


Method Summary
 boolean compareAndSet(Object oldv, Object newv)
           
 Object reset(Object newval)
           
 Object swap(IFn f)
           
 Object swap(IFn f, Object arg)
           
 Object swap(IFn f, Object arg1, Object arg2)
           
 Object swap(IFn f, Object x, Object y, ISeq args)
           
 

Method Detail

swap

Object swap(IFn f)

swap

Object swap(IFn f,
            Object arg)

swap

Object swap(IFn f,
            Object arg1,
            Object arg2)

swap

Object swap(IFn f,
            Object x,
            Object y,
            ISeq args)

compareAndSet

boolean compareAndSet(Object oldv,
                      Object newv)

reset

Object reset(Object newval)


Copyright © 2015. All Rights Reserved.