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 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 BooleanPredicateModifier and TypeMethodDescriptionvoid
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 BooleanPredicateModifier and TypeMethodDescriptionfinal void
GammaTxnBoolean.await
(BooleanPredicate predicate) final void
GammaTxnBoolean.await
(Txn tx, BooleanPredicate predicate) final void
GammaTxnBoolean.await
(GammaTxn tx, BooleanPredicate predicate)