Trait

psp.api

IView

Related Doc: package api

Permalink

trait IView[A] extends View[A]

When the operation has an A in negative position.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IView
  2. View
  3. IsView
  4. MaybeView
  5. Foreach
  6. 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
    Definition Classes
    View
  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.

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

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

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

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

    Permalink
    Definition Classes
    View
  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 join(that: IView[A]): IView[A]

    Permalink
  9. abstract def map[B](f: (A) ⇒ B): View[B]

    Permalink
    Definition Classes
    View
  10. abstract def partition(p: Api.ToBool[A]): SplitView[A]

    Permalink
    Definition Classes
    View
  11. abstract def size: Size

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

    Permalink
    Definition Classes
    View
  13. abstract def take(n: Precise): View[A]

    Permalink
    Definition Classes
    View
  14. abstract def takeRight(n: Precise): View[A]

    Permalink
    Definition Classes
    View
  15. abstract def takeWhile(p: Api.ToBool[A]): View[A]

    Permalink
    Definition Classes
    View
  16. abstract def withFilter(p: Api.ToBool[A]): View[A]

    Permalink
    Definition Classes
    View

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 View[A]

Inherited from IsView

Inherited from MaybeView

Inherited from Foreach[A]

Inherited from Any

Ungrouped