eu.shiftforward.apso.iterator
An iterator that wraps an array of other iterators and iterates over its elements in a round-robin way.
the type of the elements to iterate over
(Since version 2017/07/13) This will be removed in a future version
the array of iterators
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
An iterator that wraps an array of other iterators and iterates over its elements in a round-robin way.
the type of the elements to iterate over
(Since version 2017/07/13) This will be removed in a future version