Locks this Lockable
(preventing any further mutation),
and returns a token that may be used to unlock it.
Unlocks this Lockable
(allowing mutation),
using a token that was obtained from a preceding lock method call.
Generated using TypeDoc
Determines whether this
Lockable
is locked. If theLockable
is in the unlocked state then it is mutable. If theLockable
is in the locked state then it is immutable.