ValueSet

scala.Enumeration.ValueSet
See theValueSet companion class

A factory object for value sets

Attributes

Companion
class
Source
Enumeration.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
ValueSet.type

Members list

Value members

Concrete methods

def fromBitMask(elems: Array[Long]): ValueSet

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 collection it.

Source
Enumeration.scala

A builder object for value sets

A builder object for value sets

Attributes

Source
Enumeration.scala

Inherited methods

def apply(xs: Value*): ValueSet

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala
def fill(n: Int)(elem: => Value): ValueSet

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala

Concrete fields

The empty value set

The empty value set

Attributes

Source
Enumeration.scala

Implicits

Inherited implicits

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala