runtime
2.0.0-alpha03
common
runtime
/
app.cash.sqldelight.db
/
QueryResult
Query
Result
common
interface
QueryResult
<
T
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Async
Value
Link copied to clipboard
common
class
AsyncValue
<
T
>
(
getter
:
suspend
(
)
->
T
)
:
QueryResult
<
T
>
Content copied to clipboard
Unit
Link copied to clipboard
common
object
Unit
:
QueryResult
<
Unit
>
Content copied to clipboard
A
QueryResult
representation of a Kotlin
Unit
.
Value
Link copied to clipboard
common
data
class
Value
<
T
>
(
value
:
T
)
:
QueryResult
<
T
>
Content copied to clipboard
Functions
await
Link copied to clipboard
common
abstract
suspend
fun
await
(
)
:
T
Content copied to clipboard
Properties
value
Link copied to clipboard
common
open
val
value
:
T
Content copied to clipboard
Inheritors
Value
Link copied to clipboard
AsyncValue
Link copied to clipboard
Unit
Link copied to clipboard