WithFilter
@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)