Uses of Interface
org.multiverse.api.references.TxnBoolean
-
Packages that use TxnBoolean Package Description org.multiverse.api org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of TxnBoolean in org.multiverse.api
Methods in org.multiverse.api that return TxnBoolean Modifier and Type Method Description static TxnBooleanStmUtils. newTxnBoolean()Creates a committedTxnBooleanwith false as initial value using theGlobalStmInstance.static TxnBooleanStmUtils. newTxnBoolean(boolean value)Creates a committedTxnBooleanwith the provided value using theGlobalStmInstance. -
Uses of TxnBoolean in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnBoolean Modifier and Type Method Description TxnBooleanTxnRefFactory. newTxnBoolean(boolean value)Creates a committed TxnBoolean. -
Uses of TxnBoolean in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnBoolean Modifier and Type Class Description classGammaTxnBooleanATxnBooleanfor theGammaStm.
-