toggle menu
SQLDelight
2.1.0-SNAPSHOT
common
switch theme
search in API
coroutines-extensions
/
app.cash.sqldelight.coroutines
/
asFlow
as
Flow
@
JvmName
(
name
=
"toFlow"
)
fun
<
T
:
Any
>
Query
<
T
>
.
asFlow
(
)
:
Flow
<
Query
<
T
>
>
Turns this
Query
into a
Flow
which emits whenever the underlying result set changes.