Uses of Class
org.multiverse.api.predicates.LongPredicate
Packages that use LongPredicate
Package
Description
-
Uses of LongPredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return LongPredicateModifier and TypeMethodDescriptionstatic LongPredicate
LongPredicate.newEqualsPredicate
(long value) static LongPredicate
LongPredicate.newLargerThanOrEqualsPredicate
(long value) static LongPredicate
LongPredicate.newLargerThanPredicate
(long value) static LongPredicate
LongPredicate.newNotEqualsPredicate
(long value) static LongPredicate
LongPredicate.newSmallerThanOrEqualsPredicate
(long value) static LongPredicate
LongPredicate.newSmallerThanPredicate
(long value) -
Uses of LongPredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type LongPredicateModifier and TypeMethodDescriptionvoid
TxnLong.await
(LongPredicate predicate) Awaits until the predicate holds.void
TxnLong.await
(Txn txn, LongPredicate predicate) Awaits until the predicate holds using the provided txn. -
Uses of LongPredicate in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type LongPredicateModifier and TypeMethodDescriptionfinal void
GammaTxnLong.await
(LongPredicate predicate) final void
GammaTxnLong.await
(Txn tx, LongPredicate predicate) final void
GammaTxnLong.await
(GammaTxn tx, LongPredicate predicate)