SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight.db
/
QueryResult
/
AsyncValue
Async
Value
@
JvmInline
value
class
AsyncValue
<
T
>
(
getter
:
suspend
(
)
->
T
)
:
QueryResult
<
T
>
Members
Constructors
Async
Value
Link copied to clipboard
constructor
(
getter
:
suspend
(
)
->
T
)
Properties
value
Link copied to clipboard
open
val
value
:
T
Functions
await
Link copied to clipboard
open
suspend override
fun
await
(
)
:
T