Uses of Class
org.multiverse.api.predicates.DoublePredicate
Packages that use DoublePredicate
Package
Description
-
Uses of DoublePredicate in org.multiverse.api.predicates
Methods in org.multiverse.api.predicates that return DoublePredicateModifier and TypeMethodDescriptionstatic DoublePredicate
DoublePredicate.newEqualsPredicate
(double value) -
Uses of DoublePredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type DoublePredicateModifier and TypeMethodDescriptionvoid
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 DoublePredicateModifier and TypeMethodDescriptionfinal void
GammaTxnDouble.await
(DoublePredicate predicate) final void
GammaTxnDouble.await
(Txn tx, DoublePredicate predicate) final void
GammaTxnDouble.await
(GammaTxn tx, DoublePredicate predicate)