ProtoOperationReader

trait ProtoOperationReader[T, P <: Message] extends ProtoTryReader[T, P]
trait ProtoTryReader[T, P]
trait ProtoReader[Try[T], P]
trait BytesReader[Try[T]]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected
def getResult(x: P): OperationResult
def success(x: P): T

Concrete methods

def fromProto(x: P): Try[T]

Inherited methods

final
def byteString(bs: Option[ByteString]): ByteString
Inherited from
ProtoReader
final
def byteString(bs: ByteString): ByteString
Inherited from
ProtoReader
def failure(e: Throwable): Failure[T]
Inherited from
ProtoTryReader
final
def flatMap[B](f: Try[T] => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
final
def map[B](f: Try[T] => B): BytesReader[B]
Inherited from
BytesReader
final
def message(x: Option[String]): Option[String]
Inherited from
ProtoReader
def parse: Array[Byte] => P
Inherited from
ProtoReader
final
def read(bi: ByteVector): Attempt[ReadResult[Try[T]]]
Inherited from
ProtoReader
final
def uuidUnsafe(bs: ByteString): Uuid
Inherited from
ProtoReader