Packages

object SeqView extends java.io.Serializable

Source
SeqView.scala
Linear Supertypes
java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeqView
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Appended[+A] extends View.Appended[A] with SeqView[A]
    Annotations
    @SerialVersionUID()
  2. class Concat[A] extends View.Concat[A] with SeqView[A]
    Annotations
    @SerialVersionUID()
  3. class Drop[A] extends View.Drop[A] with SeqView[A]
    Annotations
    @SerialVersionUID()
  4. class DropRight[A] extends View.DropRight[A] with SeqView[A]
    Annotations
    @SerialVersionUID()
  5. class Id[+A] extends AbstractSeqView[A]

    A view that doesn’t apply any transformation to an underlying sequence

    A view that doesn’t apply any transformation to an underlying sequence

    Annotations
    @SerialVersionUID()
  6. class Map[+A, +B] extends View.Map[A, B] with SeqView[B]
    Annotations
    @SerialVersionUID()
  7. class Prepended[+A] extends View.Prepended[A] with SeqView[A]
    Annotations
    @SerialVersionUID()
  8. class Reverse[A] extends AbstractSeqView[A]
    Annotations
    @SerialVersionUID()
  9. class Sorted[A, B >: A] extends SeqView[A]
    Annotations
    @SerialVersionUID()
  10. class Take[+A] extends View.Take[A] with SeqView[A]
    Annotations
    @SerialVersionUID()
  11. class TakeRight[+A] extends View.TakeRight[A] with SeqView[A]
    Annotations
    @SerialVersionUID()