Uses of Class
org.multiverse.api.predicates.LongPredicate
-
Packages that use LongPredicate Package Description org.multiverse.api.predicates org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of LongPredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return LongPredicate Modifier and Type Method Description static LongPredicateLongPredicate. newEqualsPredicate(long value)static LongPredicateLongPredicate. newLargerThanOrEqualsPredicate(long value)static LongPredicateLongPredicate. newLargerThanPredicate(long value)static LongPredicateLongPredicate. newNotEqualsPredicate(long value)static LongPredicateLongPredicate. newSmallerThanOrEqualsPredicate(long value)static LongPredicateLongPredicate. newSmallerThanPredicate(long value) -
Uses of LongPredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type LongPredicate Modifier and Type Method Description voidTxnLong. await(LongPredicate predicate)Awaits until the predicate holds.voidTxnLong. 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 LongPredicate Modifier and Type Method Description voidGammaTxnLong. await(LongPredicate predicate)voidGammaTxnLong. await(Txn tx, LongPredicate predicate)voidGammaTxnLong. await(GammaTxn tx, LongPredicate predicate)
-