PagedSeq
object PagedSeq
The
a random access sequence.
PagedSeq
object defines a lazy implementations ofa random access sequence.
Provides utility methods that return instances of
PagedSeq[Char]
.fromIterator
and fromIterable
provide generalised instances of PagedSeq
- Companion
- class
class Object
trait Matchable
class Any
Value members
Methods
Constructs a paged character sequence from a line iterator
Lines do not contain trailing
a line separator
Lines do not contain trailing
\n
characters; The method insertsa line separator
\n
between any two lines in the sequence.Constructs a paged character sequence from a line iterable
Lines do not contain trailing
a line separator
Lines do not contain trailing
\n
characters; The method insertsa line separator
\n
between any two lines in the sequence.