Package | Description |
---|---|
org.multiverse.api.predicates | |
org.multiverse.api.references | |
org.multiverse.stms.gamma.transactionalobjects |
Modifier and Type | Method and Description |
---|---|
static BooleanPredicate |
BooleanPredicate.newEqualsPredicate(boolean value) |
static BooleanPredicate |
BooleanPredicate.newNotEqualsPredicate(boolean value) |
Modifier and Type | Method and Description |
---|---|
void |
TxnBoolean.await(BooleanPredicate predicate)
Awaits until the predicate holds.
|
void |
TxnBoolean.await(Txn txn,
BooleanPredicate predicate)
Awaits until the predicate holds using the provided txn.
|
Modifier and Type | Method and Description |
---|---|
void |
GammaTxnBoolean.await(BooleanPredicate predicate) |
void |
GammaTxnBoolean.await(GammaTxn tx,
BooleanPredicate predicate) |
void |
GammaTxnBoolean.await(Txn tx,
BooleanPredicate predicate) |
Copyright © 2020. All rights reserved.