Uses of Interface
org.tquadrat.foundation.lang.AutoLock
Packages that use AutoLock
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 in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang that return AutoLockModifier and TypeMethodDescriptionAutoLock.lock()AutoLock.lockInterruptibly()CallslockInterruptibly()on the wrappedLockinstance.static AutoLockAutoLock.of()Creates a newAutoLockinstance with an internal lock object.static AutoLockCreates a newAutoLockinstance from the givenLockinstance.Methods in org.tquadrat.foundation.lang with parameters of type AutoLockModifier and TypeMethodDescriptionstatic LockExecutorCreates a newLockExecutorfrom the givenAutoLockinstance. -
Uses of AutoLock in org.tquadrat.foundation.lang.internal
Classes in org.tquadrat.foundation.lang.internal that implement AutoLockFields in org.tquadrat.foundation.lang.internal declared as AutoLockFields in org.tquadrat.foundation.lang.internal with type parameters of type AutoLockMethods in org.tquadrat.foundation.lang.internal that return AutoLockModifier and TypeMethodDescriptionfinal AutoLockAutoLockImpl.lock()final AutoLockAutoLockImpl.lockInterruptibly()CallslockInterruptibly()on the wrappedLockinstance.Methods in org.tquadrat.foundation.lang.internal with parameters of type AutoLockModifier and TypeMethodDescriptionstatic final LockExecutorCreates a newLockExecutorfrom the givenAutoLockinstance.Constructors in org.tquadrat.foundation.lang.internal with parameters of type AutoLockModifierConstructorDescriptionprivateLockExecutorImpl(AutoLock lock) Creates an instance ofLockExecutorImpl.
