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 interfaceTxnBooleanA Transactional Reference comparable to the Clojure Ref.interfaceTxnDoubleA Transactional Reference comparable to the Clojure Ref.interfaceTxnIntegerA Transactional Reference comparable to the Clojure Ref.interfaceTxnLongA Transactional Reference comparable to the Clojure Ref.interfaceTxnRef<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 classGammaTxnBooleanATxnBooleanfor theGammaStm.classGammaTxnDoubleclassGammaTxnIntegerclassGammaTxnLongclassGammaTxnRef<E>
-