Uses of Interface
org.tquadrat.foundation.lang.Action
Packages that use Action
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 Action in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang with parameters of type ActionModifier and TypeMethodDescriptiondefault voidDeprecated, for removal: This API element is subject to removal in a future version.default voidDeprecated, for removal: This API element is subject to removal in a future version.UseLockExecutor.perform(Action)instead; basically this method was renamed to avoid the unintended use ofLockExecutor.execute(Operation)when anActionshould be used instead.voidPerforms the given action after obtaining the lock.voidPerforms the given action after obtaining the lock. -
Uses of Action in org.tquadrat.foundation.lang.internal
Methods in org.tquadrat.foundation.lang.internal with parameters of type Action

AutoLock.perform(Action)instead; basically this method was renamed to avoid the unintended use ofAutoLock.execute(Operation)when anActionshould be used instead.