toggle menu
SQLDelight
2.0.2
common
switch theme
search in API
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