IterableOps

Companion:
class
Source:
Iterable.scala
class Object
trait Matchable
class Any

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

Source:
Iterable.scala
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 parameters:
A

Element type (e.g. Int)

CC

Collection type constructor (e.g. List)

Source:
Iterable.scala