UnsubscribeFromStreamFormat

trait BytesFormat[Unsubscribe]
trait BytesWriter[Unsubscribe]
trait BytesReader[Unsubscribe]
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def flatMap[B](f: Unsubscribe => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
final
def map[B](f: Unsubscribe => B): BytesReader[B]
Inherited from
BytesReader
def read(bv: ByteVector): Attempt[ReadResult[Unsubscribe]]
Inherited from
EmptyFormat
def write(x: Unsubscribe): ByteVector
Inherited from
EmptyFormat