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 BooleanPredicateBooleanPredicate. newEqualsPredicate(boolean value)static BooleanPredicateBooleanPredicate. 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 voidTxnBoolean. await(BooleanPredicate predicate)Awaits until the predicate holds.voidTxnBoolean. 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 voidGammaTxnBoolean. await(BooleanPredicate predicate)voidGammaTxnBoolean. await(Txn tx, BooleanPredicate predicate)voidGammaTxnBoolean. await(GammaTxn tx, BooleanPredicate predicate)
-