object BitFieldOp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitFieldOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Get(field: BitField) extends BitFieldOp with Product with Serializable
- case class Incrby(field: BitField, overflow: Overflow, increment: Long) extends BitFieldMod with Product with Serializable
- sealed abstract class Overflow extends NamedEnum
- case class Set(field: BitField, overflow: Overflow, value: Long) extends BitFieldMod with Product with Serializable
Value Members
- object Overflow extends NamedEnumCompanion[Overflow] with Serializable