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 TypeMethodDescriptionbooleanAutoLock.evaluate(Constraint constraint) Evaluates the givenConstraintafter obtaining the lock, and returns its result.booleanLockExecutor.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 booleanAutoLockImpl.evaluate(Constraint constraint) Evaluates the givenConstraintafter obtaining the lock, and returns its result.booleanLockExecutorImpl.evaluate(Constraint constraint) Evaluates the given condition.
