PongFormat

object PongFormat extends EmptyFormat[Pong]
trait BytesFormat[Pong]
trait BytesWriter[Pong]
trait BytesReader[Pong]
class Object
trait Matchable
class Any

Value members

Inherited methods

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