(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
The actual iterator.
The actual iterator.
Reset, returning a new source.
Reset, returning a new source.
(Since version 2.3.2) use ++
(Since version 2.8.0) use zipWithIndex in Iterator
(Since version 2.8.0) use indexWhere instead
(Since version 2.8.0) Use a collections method such as getLines().toIndexedSeq for random access.
(Since version 2.8.0) use copyToArray instead
(Since version 2.8.0) use copyToArray instead
(Since version 2.8.0) use copyToArray instead
A
MultiSourcecontains multiplescala.io.Sourceobjects and satisfies reads from them serially. Once composed, aMultiSourcecan be used anywhere aSourceis used.