|
Scala Library
|
|
abstract
class
SeqFactory[CC]
extends TraversableFactory[CC]| Method Summary | |
def
|
unapplySeq
[A](x : CC[A]) : Some[CC[A]]
This method is called in a pattern match { case Seq(...) => }.
|
| Methods inherited from TraversableFactory | |
| concat, fill, fill, fill, fill, fill, tabulate, tabulate, tabulate, tabulate, tabulate, range, range, iterate |
| Methods inherited from GenericCompanion | |
| newBuilder (abstract), 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 |
x - the selector value|
Scala Library
|
|