SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight.db
/
use
use
common
jvm
nonJvm
expect
inline
fun
<
T
:
Closeable
?
,
R
>
T
.
use
(
body
:
(
T
)
->
R
)
:
R
Run
body
on the receiver and call
Closeable.close
before returning or throwing.
actual
inline
fun
<
T
:
Closeable
?
,
R
>
T
.
use
(
body
:
(
T
)
->
R
)
:
R
actual
inline
fun
<
T
:
Closeable
?
,
R
>
T
.
use
(
body
:
(
T
)
->
R
)
:
R