Trait

psp.api

View

Related Doc: package api

Permalink

trait View[+A] extends Foreach[A] with IsView

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. View
  2. IsView
  3. MaybeView
  4. Foreach
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def collect[B](pf: Api.?=>[A, B]): View[B]

    Permalink
  2. abstract def drop(n: Precise): View[A]

    Permalink

    Contiguous operations share the property that the result is always a (possibly empty) uninterrupted subsequence of the elements of the target collection.

  3. abstract def dropRight(n: Precise): View[A]

    Permalink
  4. abstract def dropWhile(p: Api.ToBool[A]): View[A]

    Permalink
  5. abstract def flatMap[B](f: (A) ⇒ Foreach[B]): View[B]

    Permalink
  6. abstract def foreach(f: (A) ⇒ Api.Unit): Api.Unit

    Permalink
    Definition Classes
    Foreach
  7. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  8. abstract def map[B](f: (A) ⇒ B): View[B]

    Permalink
  9. abstract def partition(p: Api.ToBool[A]): SplitView[A]

    Permalink
  10. abstract def size: Size

    Permalink
    Definition Classes
    Foreach
  11. abstract def span(p: Api.ToBool[A]): SplitView[A]

    Permalink
  12. abstract def take(n: Precise): View[A]

    Permalink
  13. abstract def takeRight(n: Precise): View[A]

    Permalink
  14. abstract def takeWhile(p: Api.ToBool[A]): View[A]

    Permalink
  15. abstract def withFilter(p: Api.ToBool[A]): View[A]

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. final def isView: Boolean

    Permalink
    Definition Classes
    IsViewMaybeView
  9. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from IsView

Inherited from MaybeView

Inherited from Foreach[A]

Inherited from Any

Ungrouped