scala.Enumeration.ValueSet
See theValueSet companion class
object ValueSet extends SpecificIterableFactory[Value, ValueSet]
A factory object for value sets
Attributes
- Companion
- class
- Source
- Enumeration.scala
- Graph
-
- Supertypes
- Self type
-
ValueSet.type
Members list
Value members
Concrete methods
A value set containing all the values for the zero-adjusted ids corresponding to the bits in an array
A value set containing all the values for the zero-adjusted ids corresponding to the bits in an array
Attributes
- Source
- Enumeration.scala
Value parameters
- it
-
Source collection
Attributes
- Returns
-
A collection of type
C
containing the same elements as the source collectionit
. - Source
- Enumeration.scala
A builder object for value sets
Inherited methods
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Concrete fields
The empty value set
Implicits
Inherited implicits
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
In this article