PartitioningIterator

class PartitioningIterator<T>(    source: Iterator<T>,     size: Int,     cutIncomplete: Boolean = false)

Partitions the values of the iterator lazily in groups of size.

Constructors

Link copied to clipboard
fun <T> PartitioningIterator(    source: Iterator<T>,     size: Int,     cutIncomplete: Boolean = false)

Functions

Link copied to clipboard
open fun computeNext()