chunked

fun <T> Flow<T>.chunked(bufferSize: Int): Flow<List<T>>(source)

This function is an alias to bufferCount operator.

See also