SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
coroutines-extensions
/
app.cash.sqldelight.coroutines
/
mapToOneOrNull
map
To
One
Or
Null
fun
<
T
:
Any
>
Flow
<
Query
<
T
>
>
.
mapToOneOrNull
(
context
:
CoroutineContext
)
:
Flow
<
T
?
>