Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-collectors
/
arrow.collectors
/
Collectors
/
list
list
fun
<
T
>
list
(
)
:
NonSuspendCollector
<
T
,
List
<
T
>
>
Collects all the values in a list, in the order in which they are emitted.