Uses of Interface
org.tquadrat.foundation.lang.Constraint
Packages that use Constraint
Package
Description
Some general language extensions provided by the Foundation
Library.
The internal implementations of some general language extensions provided
by the Foundation Library.
-
Uses of Constraint in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang with parameters of type ConstraintModifier and TypeMethodDescriptionboolean
AutoLock.evaluate
(Constraint constraint) Evaluates the givenConstraint
after obtaining the lock, and returns its result.boolean
LockExecutor.evaluate
(Constraint constraint) Evaluates the given condition. -
Uses of Constraint in org.tquadrat.foundation.lang.internal
Methods in org.tquadrat.foundation.lang.internal with parameters of type ConstraintModifier and TypeMethodDescriptionfinal boolean
AutoLockImpl.evaluate
(Constraint constraint) Evaluates the givenConstraint
after obtaining the lock, and returns its result.boolean
LockExecutorImpl.evaluate
(Constraint constraint) Evaluates the given condition.