toggle menu
SQLDelight
2.1.0-SNAPSHOT
common
switch theme
search in API
coroutines-extensions
/
app.cash.sqldelight.coroutines
/
mapToList
map
To
List
fun
<
T
:
Any
>
Flow
<
Query
<
T
>
>
.
mapToList
(
context
:
CoroutineContext
)
:
Flow
<
List
<
T
>
>