PingFormat

object PingFormat extends EmptyFormat[Ping]
trait BytesFormat[Ping]
trait BytesWriter[Ping]
trait BytesReader[Ping]
class Object
trait Matchable
class Any

Value members

Inherited methods

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