Packages

object IterableOps

Source
Iterable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterableOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class SizeCompareOps extends AnyVal

    Operations for comparing the size of a collection to a test value.

    Operations for comparing the size of a collection to a test value.

    These operations are implemented in terms of sizeCompare(Int).

  2. class WithFilter[+A, +CC[_]] extends collection.WithFilter[A, CC] with Serializable

    A trait that contains just the map, flatMap, foreach and withFilter methods of trait Iterable.

    A trait that contains just the map, flatMap, foreach and withFilter methods of trait Iterable.

    A

    Element type (e.g. Int)

    CC

    Collection type constructor (e.g. List)

    Annotations
    @SerialVersionUID()