Package | Description |
---|---|
org.multiverse.api.predicates | |
org.multiverse.api.references | |
org.multiverse.stms.gamma.transactionalobjects |
Modifier and Type | Method and Description |
---|---|
static LongPredicate |
LongPredicate.newEqualsPredicate(long value) |
static LongPredicate |
LongPredicate.newLargerThanOrEqualsPredicate(long value) |
static LongPredicate |
LongPredicate.newLargerThanPredicate(long value) |
static LongPredicate |
LongPredicate.newNotEqualsPredicate(long value) |
static LongPredicate |
LongPredicate.newSmallerThanOrEqualsPredicate(long value) |
static LongPredicate |
LongPredicate.newSmallerThanPredicate(long value) |
Modifier and Type | Method and Description |
---|---|
void |
TxnLong.await(LongPredicate predicate)
Awaits until the predicate holds.
|
void |
TxnLong.await(Txn txn,
LongPredicate predicate)
Awaits until the predicate holds using the provided txn.
|
Modifier and Type | Method and Description |
---|---|
void |
GammaTxnLong.await(GammaTxn tx,
LongPredicate predicate) |
void |
GammaTxnLong.await(LongPredicate predicate) |
void |
GammaTxnLong.await(Txn tx,
LongPredicate predicate) |
Copyright © 2020. All rights reserved.