scala / 3.1 / scala / enumeration$valueset$.html

Object scala.ValueSet

@SerialVersionUID(3L)

A factory object for value sets

Supertypes
Self type

Concrete methods

Source
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

Source

Source

A builder object for value sets

Inherited methods

Source
def apply(xs: Value*): ValueSet

Inherited from SpecificIterableFactory

Source
def fill(n: Int)(elem: => Value): ValueSet

Inherited from SpecificIterableFactory

Concrete fields

Source

The empty value set

Inherited implicits

Source

Inherited from SpecificIterableFactory

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/Enumeration$ValueSet$.html