scala.collection.IterableOps
See theIterableOps companion trait
Attributes
- Companion
-
trait
- Source
-
Iterable.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
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
-
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
-
- Known subtypes
-