EventRecordReader

object EventRecordReader extends ProtoReader[EventRecord, EventRecord]
trait ProtoReader[EventRecord, EventRecord]
trait BytesReader[EventRecord]
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromProto(x: EventRecord): EventRecord
def parse: Array[Byte] => EventRecord

Inherited methods

final
def byteString(bs: Option[ByteString]): ByteString
Inherited from
ProtoReader
final
def byteString(bs: ByteString): ByteString
Inherited from
ProtoReader
final
def flatMap[B](f: EventRecord => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
final
def map[B](f: EventRecord => B): BytesReader[B]
Inherited from
BytesReader
final
def message(x: Option[String]): Option[String]
Inherited from
ProtoReader
final
def read(bi: ByteVector): Attempt[ReadResult[EventRecord]]
Inherited from
ProtoReader
final
def uuidUnsafe(bs: ByteString): Uuid
Inherited from
ProtoReader