coroutines-extensions
/
com.squareup.sqldelight.runtime.coroutines
/
asFlow
as
Flow
@
JvmName
(
name =
toFlow
)
fun <
T
:
Any
>
Query
<
T
>.
asFlow
():
Flow
<
Query
<
T
>>
Content copied to clipboard
Turns this
Query
into a
Flow
which emits whenever the underlying result set changes.