com.velocidi.apso.iterator
A wrapper around an iterator that iterates over its elements in a circular way.
the type of the elements to iterate over
the inner iterator
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
A wrapper around an iterator that iterates over its elements in a circular way.
the type of the elements to iterate over