BitSet

cats.collections.BitSet$
See theBitSet companion class
object BitSet

Attributes

Companion:
class
Source:
BitSet.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BitSet.type

Members list

Concise view

Type members

Classlikes

case class InternalError(msg: String) extends Exception

Attributes

Source:
BitSet.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(xs: Int*): BitSet

Construct an immutable bitset from the given integer values.

Construct an immutable bitset from the given integer values.

Attributes

Source:
BitSet.scala

Returns an empty immutable bitset.

Returns an empty immutable bitset.

Attributes

Source:
BitSet.scala

Construct an immutable bitset from the given integer scala.collection.immutable.Range.

Construct an immutable bitset from the given integer scala.collection.immutable.Range.

Attributes

Source:
BitSet.scala

Concrete fields

final val Empty: BitSet

Singleton value representing an empty bitset.

Singleton value representing an empty bitset.

Attributes

Source:
BitSet.scala

Implicits

Implicits

implicit val orderForBitSet: Order[BitSet]

Attributes

Source:
BitSet.scala

Attributes

Source:
BitSet.scala