Initializer
Using(Element|Element() newValue)
Inherited Attributes
Attributes inherited from: Object
Methods
obtainSource Codeshared actual void obtain()

Obtain this resource. Called before the body of a try statement is executed.

If an exception is thrown by obtain(), then release() will not be called.

releaseSource Codeshared actual void release(Throwable? error)

Release this resource. Called when execution of the body of a try statement ends, even if an exception propagates out of the body of the try.

Inherited Methods
Methods inherited from: Object
Methods inherited from: Obtainable