public final class Bits
extends java.lang.Object
implements scala.Product, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
Bits.BitElement |
static class |
Bits.Multibit |
static class |
Bits.Multibit$ |
static class |
Bits.One$ |
static class |
Bits.SingleBit |
static class |
Bits.Zero$ |
Constructor and Description |
---|
Bits(scala.collection.immutable.Seq<Bits.BitElement> elements) |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Seq<Bits.BitElement> |
elements() |
org.apache.pekko.util.ByteString |
toByteString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Bits(scala.collection.immutable.Seq<Bits.BitElement> elements)
public scala.collection.immutable.Seq<Bits.BitElement> elements()
public org.apache.pekko.util.ByteString toByteString()