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 DoublePredicateDoublePredicate.newEqualsPredicate(double value) -
Uses of DoublePredicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type DoublePredicateModifier and TypeMethodDescriptionvoidTxnDouble.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 DoublePredicateModifier and TypeMethodDescriptionfinal voidGammaTxnDouble.await(DoublePredicate predicate) final voidGammaTxnDouble.await(Txn tx, DoublePredicate predicate) final voidGammaTxnDouble.await(GammaTxn tx, DoublePredicate predicate)