Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room
/
RoomUtil
/
runQueryInChunks
run
Query
In
Chunks
suspend
fun
<
S
,
T
>
runQueryInChunks
(
list
:
List
<
S
>
,
chunkSize
:
Int
=
999
,
block
:
suspend
(
List
<
S
>
)
->
List
<
T
>
)
:
List
<
T
>