Uses of Class
org.multiverse.api.predicates.DoublePredicate
-
Packages that use DoublePredicate Package Description org.multiverse.api.predicates org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of DoublePredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return DoublePredicate Modifier and Type Method Description static DoublePredicate
DoublePredicate. newEqualsPredicate(double value)
-
Uses of DoublePredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type DoublePredicate Modifier and Type Method Description void
TxnDouble. await(DoublePredicate predicate)
Awaits until the predicate holds.void
TxnDouble. await(Txn txn, DoublePredicate predicate)
Awaits until the predicate holds using the provided txn. -
Uses of DoublePredicate in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type DoublePredicate Modifier and Type Method Description void
GammaTxnDouble. await(DoublePredicate predicate)
void
GammaTxnDouble. await(Txn tx, DoublePredicate predicate)
void
GammaTxnDouble. await(GammaTxn tx, DoublePredicate predicate)
-