Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.api.references | |
org.multiverse.stms.gamma.transactionalobjects |
Modifier and Type | Method and Description |
---|---|
static TxnBoolean |
StmUtils.newTxnBoolean()
Creates a committed
TxnBoolean with false as initial value using the GlobalStmInstance . |
static TxnBoolean |
StmUtils.newTxnBoolean(boolean value)
Creates a committed
TxnBoolean with the provided value using the GlobalStmInstance . |
Modifier and Type | Method and Description |
---|---|
TxnBoolean |
TxnRefFactory.newTxnBoolean(boolean value)
Creates a committed TxnBoolean.
|
Modifier and Type | Class and Description |
---|---|
class |
GammaTxnBoolean
A
TxnBoolean for the GammaStm . |
Copyright © 2020. All rights reserved.