Soil
Toggle table of contents
1.0.0-alpha11
common
Platform filter
common
Switch theme
Search in API
Soil
soil-query-compose
/
soil.query.compose
/
CachingStrategy
/
CacheFirst
/
collectAsState
collect
As
State
@
Composable
open
override
fun
<
T
>
collectAsState
(
query
:
QueryRef
<
T
>
)
:
QueryState
<
T
>
@
Composable
open
override
fun
<
T
,
S
>
collectAsState
(
query
:
InfiniteQueryRef
<
T
,
S
>
)
:
QueryState
<
QueryChunks
<
T
,
S
>
>