object IterableOps
- Companion
- class
Type members
Classlikes
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).
@SerialVersionUID(3L)
class WithFilter[+A, +CC[_]](self: IterableOps[A, CC, _], p: A => Boolean) extends 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.
- Type Params
- A
Element type (e.g.
Int)- CC
Collection type constructor (e.g.
List)