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 DoublePredicateDoublePredicate. 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 voidTxnDouble. await(DoublePredicate predicate)Awaits until the predicate holds.voidTxnDouble. 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 voidGammaTxnDouble. await(DoublePredicate predicate)voidGammaTxnDouble. await(Txn tx, DoublePredicate predicate)voidGammaTxnDouble. await(GammaTxn tx, DoublePredicate predicate)
-