Uses of Interface
org.microbean.construct.Unlockable
Package
Description
Provides classes and interfaces related to Java language constructs.
-
Uses of Unlockable in org.microbean.construct
Modifier and TypeMethodDescriptionfinal Unlockable
DefaultDomain.lock()
Returns a non-null
Unlockable
that should be used in atry
-with-resources block guarding operations that might cause symbol completion.Domain.lock()
Semantically locks an opaque lock used to serialize symbol completion, and returns it in the form of anUnlockable
.