Soil
Toggle table of contents
1.0.0-alpha11
common
Platform filter
common
Switch theme
Search in API
Soil
soil-query-core
/
soil.query
/
chunked
chunked
inline
fun
<
T
,
S
,
U
,
E
>
QueryChunks
<
T
,
S
>
.
chunked
(
transform
:
(
QueryChunk
<
T
,
S
>
)
->
Iterable
<
U
>
,
selector
:
(
U
)
->
E
)
:
List
<
E
>
Transforms all chunk data with
transform
and returns the extracted data using
selector
.