basis

sequential

package sequential

Sequential collection operations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sequential
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class General extends AnyRef

    Implicit conversions that add general operations to collections.

  2. final class GeneralCollectionOps[+A] extends AnyVal

    General collection operations.

  3. final class GeneralContainerOps[+A] extends AnyRef

    General container operations.

  4. final class GeneralEnumeratorOps[+A] extends AnyVal

    General enumerator operations.

  5. final class GeneralIndexOps[+A] extends AnyRef

    General indexed sequence operations.

  6. final class GeneralIteratorOps[+A] extends AnyRef

    General iterator operations.

  7. final class GeneralMapOps[+A, +T] extends AnyRef

    General map operations.

  8. final class GeneralSeqOps[+A] extends AnyRef

    General sequence operations.

  9. final class GeneralSetOps[+A] extends AnyRef

    General set operations.

  10. final class GeneralStackOps[+A] extends AnyRef

    General linear sequence operations.

  11. class NonStrict extends General

    Implicit conversions that add general and non-strictly-evaluated operations to collections.

  12. final class NonStrictCollectionOps[+A] extends AnyVal

    Non-strictly evaluated collection operations.

  13. final class NonStrictContainerOps[+A] extends AnyVal

    Non-strictly evaluated container operations.

  14. final class NonStrictEnumeratorOps[+A] extends AnyVal

    Non-strictly evaluated enumerator operations.

  15. final class NonStrictIndexOps[+A] extends AnyVal

    Non-strictly evaluated indexed sequence operations.

  16. final class NonStrictIteratorOps[+A] extends AnyVal

    Non-strictly evaluated iterator operations.

  17. final class NonStrictMapOps[+A, +T] extends AnyVal

    Non-strictly evaluated map operations.

  18. final class NonStrictSeqOps[+A] extends AnyVal

    Non-strictly evaluated sequence operations.

  19. final class NonStrictSetOps[+A] extends AnyVal

    Non-strictly evaluated set operations.

  20. final class NonStrictStackOps[+A] extends AnyVal

    Non-strictly evaluated linear sequence operations.

  21. class Strict extends General

    Implicit conversions that add general and strictly-evaluated operations to collections.

  22. final class StrictCollectionOps[+A, +From] extends AnyVal

    Strictly evaluated collection operations.

  23. final class StrictContainerOps[+A, +From] extends AnyRef

    Strictly evaluated container operations.

  24. final class StrictEnumeratorOps[+A, +From] extends AnyVal

    Strictly evaluated enumerator operations.

  25. final class StrictIndexOps[+A, +From] extends AnyRef

    Strictly evaluated indexed sequence operations.

  26. final class StrictIteratorOps[+A, +From] extends AnyRef

    Strictly evaluated iterator operations.

  27. final class StrictMapOps[+A, +T, +From] extends AnyRef

    Strictly evaluated map operations.

  28. final class StrictSeqOps[+A, +From] extends AnyRef

    Strictly evaluated sequence operations.

  29. final class StrictSetOps[+A, +From] extends AnyRef

    Strictly evaluated set operations.

  30. final class StrictStackOps[+A, +From] extends AnyRef

    Strictly evaluated linear sequence operations.

Value Members

  1. val general: General

    Implicit conversions to add general operations to collections.

  2. val nonstrict: NonStrict

    Implicit conversions to add general and non-strictly-evaluated operations to collections.

  3. val strict: Strict

    Implicit conversions to add general and strictly-evaluated operations to collections.

Inherited from AnyRef

Inherited from Any

Ungrouped