Uses of Class
org.tquadrat.foundation.lang.AutoLock.ExecutionFailedException
Packages that use AutoLock.ExecutionFailedException
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 AutoLock.ExecutionFailedException in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang that throw AutoLock.ExecutionFailedExceptionModifier and TypeMethodDescriptionbooleanAutoLock.evaluate(Constraint constraint) Evaluates the givenConstraintafter obtaining the lock, and returns its result.booleanLockExecutor.evaluate(Constraint constraint) Evaluates the given condition.voidExecutes the given action after obtaining the lock.<R> Optional<R> Executes the given operation after obtaining the lock, and returns its result.voidExecutes the given action.<R> Optional<R> Executes the given operation. -
Uses of AutoLock.ExecutionFailedException in org.tquadrat.foundation.lang.internal
Methods in org.tquadrat.foundation.lang.internal that throw AutoLock.ExecutionFailedExceptionModifier and TypeMethodDescriptionfinal booleanAutoLockImpl.evaluate(Constraint constraint) Evaluates the givenConstraintafter obtaining the lock, and returns its result.booleanLockExecutorImpl.evaluate(Constraint constraint) Evaluates the given condition.voidExecutes the given action after obtaining the lock.<R> Optional<R> Executes the given operation after obtaining the lock, and returns its result.voidExecutes the given action.<T> Optional<T> Executes the given operation.
