Uses of Interface
org.multiverse.api.references.TxnBoolean
Packages that use TxnBoolean
Package
Description
-
Uses of TxnBoolean in org.multiverse.api
Methods in org.multiverse.api that return TxnBooleanModifier and TypeMethodDescriptionstatic TxnBoolean
StmUtils.newTxnBoolean()
Creates a committedTxnBoolean
with false as initial value using theGlobalStmInstance
.static TxnBoolean
StmUtils.newTxnBoolean
(boolean value) Creates a committedTxnBoolean
with the provided value using theGlobalStmInstance
. -
Uses of TxnBoolean in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnBooleanModifier and TypeMethodDescriptionTxnRefFactory.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