Uses of Class
org.multiverse.api.predicates.BooleanPredicate
Packages that use BooleanPredicate
Package
Description
-
Uses of BooleanPredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return BooleanPredicateModifier and TypeMethodDescriptionstatic 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 BooleanPredicateModifier and TypeMethodDescriptionvoidTxnBoolean.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 BooleanPredicateModifier and TypeMethodDescriptionfinal voidGammaTxnBoolean.await(BooleanPredicate predicate) final voidGammaTxnBoolean.await(Txn tx, BooleanPredicate predicate) final voidGammaTxnBoolean.await(GammaTxn tx, BooleanPredicate predicate)