|
Scala Library
|
|
scala/Enumeration.scala]
object
ValueSet
extends AnyRef| Value Summary | |
val
|
empty
: ValueSet
The empty value set
|
| Method Summary | |
def
|
apply
(elems : Value*) : ValueSet
A value set consisting of given elements
|
implicit def
|
canBuildFrom
: CanBuildFrom[ValueSet, Value, ValueSet]
The implicit builder for value sets
|
def
|
newBuilder
: Builder[Value, ValueSet]
A builder object for value sets
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
implicit
def
canBuildFrom : CanBuildFrom[ValueSet, Value, ValueSet]
|
Scala Library
|
|