basis.collections.sequential

GeneralCollectionOps

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

    Definition Classes
    Any
  4. val __: Collection[A]

  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  22. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped