Class

basis.collections.sequential

GeneralCollectionOps

Related Doc: package sequential

Permalink

final class GeneralCollectionOps[+A] extends AnyVal

Source
GeneralCollectionOps.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeneralCollectionOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeneralCollectionOps(__: Collection[A])

    Permalink

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. val __: Collection[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def choose[B](q: PartialFunction[A, B]): Maybe[B]

    Permalink
  7. def count(p: (A) ⇒ Boolean): Int

    Permalink
  8. def eagerly: StrictCollectionOps[A, Collection[_]]

    Permalink
  9. def exists(p: (A) ⇒ Boolean): Boolean

    Permalink
  10. def find(p: (A) ⇒ Boolean): Maybe[A]

    Permalink
  11. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
  12. def foldLeft[B](z: B)(op: (B, A) ⇒ B): B

    Permalink
  13. def forall(p: (A) ⇒ Boolean): Boolean

    Permalink
  14. def foreach[U](f: (A) ⇒ U): Unit

    Permalink
  15. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def lazily: NonStrictCollectionOps[A]

    Permalink
  18. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
  19. def mayReduceLeft[B >: A](op: (B, A) ⇒ B): Maybe[B]

    Permalink
  20. def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
  21. def reduceLeft[B >: A](op: (B, A) ⇒ B): B

    Permalink
  22. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped