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