Uses of Class
org.multiverse.api.predicates.BooleanPredicate
-
Packages that use BooleanPredicate Package Description org.multiverse.api.predicates org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of BooleanPredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return BooleanPredicate Modifier and Type Method Description static BooleanPredicate
BooleanPredicate. newEqualsPredicate(boolean value)
static BooleanPredicate
BooleanPredicate. newNotEqualsPredicate(boolean value)
-
Uses of BooleanPredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type BooleanPredicate Modifier and Type Method 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. -
Uses of BooleanPredicate in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type BooleanPredicate Modifier and Type Method Description void
GammaTxnBoolean. await(BooleanPredicate predicate)
void
GammaTxnBoolean. await(Txn tx, BooleanPredicate predicate)
void
GammaTxnBoolean. await(GammaTxn tx, BooleanPredicate predicate)
-