scala.collection.IterableOps
See theIterableOps companion trait
object IterableOps
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
IterableOps.type
Members list
In this article
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)`
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.
Element type (e.g. Int)
Collection type constructor (e.g. List)