Uses of Interface
org.multiverse.api.TxnObject
-
Packages that use TxnObject Package Description org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of TxnObject in org.multiverse.api.references
Subinterfaces of TxnObject in org.multiverse.api.references Modifier and Type Interface Description interface
TxnBoolean
A Transactional Reference comparable to the Clojure Ref.interface
TxnDouble
A Transactional Reference comparable to the Clojure Ref.interface
TxnInteger
A Transactional Reference comparable to the Clojure Ref.interface
TxnLong
A Transactional Reference comparable to the Clojure Ref.interface
TxnRef<E>
A Transactional Reference comparable to the Clojure Ref. -
Uses of TxnObject in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnObject Modifier and Type Class Description class
GammaTxnBoolean
ATxnBoolean
for theGammaStm
.class
GammaTxnDouble
class
GammaTxnInteger
class
GammaTxnLong
class
GammaTxnRef<E>
-