scala.collection.immutable

PagedSeq

object PagedSeq

The PagedSeq object defines a lazy implementations of a random access sequence.

Provides utility methods that return instances of PagedSeq[Char]. fromIterator and fromIterable provide generalised instances of PagedSeq

Source
PagedSeq.scala
Since

2.7

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PagedSeq
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val UndeterminedEnd: Int(2147483647)

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromFile(source: String): PagedSeq[Char]

    Constructs a paged character sequence from a file with given name

  13. def fromFile(source: File): PagedSeq[Char]

    Constructs a paged character sequence from an input file

  14. def fromIterable[T](source: Iterable[T])(implicit arg0: ClassTag[T]): PagedSeq[T]

    Constructs a paged sequence from an iterable

  15. def fromIterator[T](source: Iterator[T])(implicit arg0: ClassTag[T]): PagedSeq[T]

    Constructs a paged sequence from an iterator

  16. def fromLines(source: Iterable[String]): PagedSeq[Char]

    Constructs a paged character sequence from a line iterable Lines do not contain trailing \n characters; The method inserts a line separator \n between any two lines in the sequence.

  17. def fromLines(source: Iterator[String]): PagedSeq[Char]

    Constructs a paged character sequence from a line iterator Lines do not contain trailing \n characters; The method inserts a line separator \n between any two lines in the sequence.

  18. def fromReader(source: Reader): PagedSeq[Char]

    Constructs a paged character sequence from an input reader

  19. def fromSource(source: Source): PagedSeq[Char]

    Constructs a paged character sequence from a scala.

    Constructs a paged character sequence from a scala.io.Source value

  20. def fromStrings(source: Iterable[String]): PagedSeq[Char]

    Constructs a paged character sequence from a string iterable

  21. def fromStrings(source: Iterator[String]): PagedSeq[Char]

    Constructs a paged character sequence from a string iterator

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped