Packages

object BitFieldOp

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitFieldOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Get(field: BitField) extends BitFieldOp with Product with Serializable
  2. case class Incrby(field: BitField, overflow: Overflow, increment: Long) extends BitFieldMod with Product with Serializable
  3. sealed abstract class Overflow extends NamedEnum
  4. case class Set(field: BitField, overflow: Overflow, value: Long) extends BitFieldMod with Product with Serializable

Value Members

  1. object Overflow extends NamedEnumCompanion[Overflow] with Serializable