scala.collection.SortedSetOps
See theSortedSetOps companion trait
object SortedSetOps
Attributes
- Companion
- trait
- Source
- SortedSet.scala
- Graph
-
- Supertypes
- Self type
-
SortedSetOps.type
Members list
Type members
Classlikes
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
Specialize WithFilter for sorted collections
Attributes
- Source
- SortedSet.scala
- Supertypes
In this article