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