On this page
Class scala.collection.WithFilter
class WithFilter[+A, +IterableCC[_], +CC <: (SortedSet)](self: SortedSetOps[A, CC, _] & IterableOps[A, IterableCC, _], p: A => Boolean) extends WithFilter[A, IterableCC]
Specialize WithFilter
for sorted collections
Supertypes |
---|
Concrete methods
Source
Source
Source
Definition Classes | WithFilter -> WithFilter |
---|
Inherited methods
Source
def flatMap[B](f: A => IterableOnce[B]): IterableCC[B]
Inherited from | WithFilter |
---|
Source
Inherited from | WithFilter |
---|
Source
def map[B](f: A => B): IterableCC[B]
Inherited from | WithFilter |
---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/collection/SortedSetOps$$WithFilter.html