|
Scala Library
|
|
abstract
class
SetFactory[CC]
extends GenericCompanion[CC]Set and subclasses
thereof.| Method Summary | |
def
|
newBuilder [A] : Builder[A, CC[A]] |
def
|
setCanBuildFrom [A] : CanBuildFrom[CC[Any], A, CC[A]] |
| Methods inherited from GenericCompanion | |
| empty, apply |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|