Binary

final case class Binary[B](payload: B, fin: Boolean)(implicit evidence$6: BytesLike[B]) extends Merged[B]
trait Serializable
trait Product
trait Equals
trait Merged[B]
trait Frame[B]
class Object
trait Matchable
class Any

Value members

Concrete methods

def append(data: B, fin: Boolean): Binary[B]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

final val opcode: 2