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