Garden Compose
Toggle table of contents
main-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Garden Compose
Core
/
io.github.gardencompose
/
use
use
fun
<
T
>
Resource
.
use
(
f
:
(
)
->
T
)
:
T
Registers the resource globally, and then invokes
f
. The resource is unregistered before returning