|
Scala Library
|
|
trait
GenericSetTemplate[A, +CC]
extends GenericTraversableTemplate[A, CC]| Method Summary | |
def
|
empty : CC[A] |
| Methods inherited from GenericTraversableTemplate | |
| foreach (abstract), head (abstract), isEmpty (abstract), companion (abstract), newBuilder, genericBuilder, unzip, flatten, transpose |
| 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
|
|