scala.collection.generic.ImmutableSortedSetFactory
SortedSetCanBuildFrom
class
SortedSetCanBuildFrom[A] extends CanBuildFrom[CC[_], A, CC[A]]
Inherits
- CanBuildFrom
- AnyRef
- Any
Value Members
-
def
apply(): Builder[A, CC[A]]
-
def
apply(from: CC[_]): Builder[A, CC[A]]
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
toString(): String
Instance constructors
-
new
SortedSetCanBuildFrom()(ord: Ordering[A])
-
new
SortedSetCanBuildFrom()