runtime
2.0.0-alpha05
common
runtime
/
app.cash.sqldelight.db
/
QueryResult
/
AsyncValue
Async
Value
class
AsyncValue
<
T
>
(
getter
:
suspend
(
)
->
T
)
:
QueryResult
<
T
>
Constructors
Functions
Properties
Constructors
Async
Value
Link copied to clipboard
fun
<
T
>
AsyncValue
(
getter
:
suspend
(
)
->
T
)
Functions
await
Link copied to clipboard
open
suspend override
fun
await
(
)
:
T
Properties
value
Link copied to clipboard
open
val
value
:
T