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