IterableOps

scala.collection.IterableOps
See theIterableOps companion trait
object IterableOps

Attributes

Companion
trait
Source
Iterable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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).

Attributes

Source
Iterable.scala
Supertypes
class AnyVal
trait Matchable
class Any
class WithFilter[+A, +CC[_]](self: IterableOps[A, CC, _], p: A => Boolean) extends WithFilter[A, CC], 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.

Type parameters

A

Element type (e.g. Int)

CC

Collection type constructor (e.g. List)

Attributes

Source
Iterable.scala
Supertypes
class WithFilter[A, CC]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class WithFilter[K, V, IterableCC, CC]
class WithFilter[K, V, IterableCC, MapCC, CC]
class WithFilter[A, IterableCC, CC]