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 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.void
Executes the given action after obtaining the lock.<R> Optional
<R> Executes the given operation after obtaining the lock, and returns its result.void
Executes 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 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.void
Executes the given action after obtaining the lock.<R> Optional
<R> Executes the given operation after obtaining the lock, and returns its result.void
Executes the given action.<T> Optional
<T> Executes the given operation.