Uses of Class
org.multiverse.api.predicates.IntPredicate
Packages that use IntPredicate
Package
Description
-
Uses of IntPredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return IntPredicateModifier and TypeMethodDescriptionstatic 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) -
Uses of IntPredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type IntPredicateModifier and TypeMethodDescriptionvoid
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. -
Uses of IntPredicate in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type IntPredicateModifier and TypeMethodDescriptionfinal void
GammaTxnInteger.await
(IntPredicate predicate) final void
GammaTxnInteger.await
(Txn tx, IntPredicate predicate) final void
GammaTxnInteger.await
(GammaTxn tx, IntPredicate predicate)