dev.profunktor.redis4cats.algebra.BitCommandOperation
See theBitCommandOperation companion trait
object BitCommandOperation
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BitCommandOperation.type
Members list
Type members
Classlikes
final case class Get(bitFieldType: BitFieldType, offset: Int) extends BitCommandOperation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BitCommandOperationclass Objecttrait Matchableclass AnyShow all
final case class IncrSignedBy(offset: Int, increment: Long, bits: Int) extends BitCommandOperation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BitCommandOperationclass Objecttrait Matchableclass AnyShow all
final case class IncrUnsignedBy(offset: Int, increment: Long, bits: Int) extends BitCommandOperation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BitCommandOperationclass Objecttrait Matchableclass AnyShow all
final case class Overflow(overflow: Overflows) extends BitCommandOperation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BitCommandOperationclass Objecttrait Matchableclass AnyShow all
object Overflows extends Enumeration
Attributes
- Supertypes
- Self type
-
Overflows.type
final case class SetSigned(offset: Int, value: Long, bits: Int) extends BitCommandOperation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BitCommandOperationclass Objecttrait Matchableclass AnyShow all
final case class SetUnsigned(offset: Int, value: Long, bits: Int) extends BitCommandOperation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BitCommandOperationclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article