TransactionWriteCompletedReader

trait ProtoOperationReader[TransactionWriteCompleted, TransactionWriteCompleted]
trait ProtoTryReader[TransactionWriteCompleted, TransactionWriteCompleted]
trait ProtoReader[Try[TransactionWriteCompleted], TransactionWriteCompleted]
trait BytesReader[Try[TransactionWriteCompleted]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def parse: Array[Byte] => TransactionWriteCompleted
def success(x: TransactionWriteCompleted): TransactionWriteCompleted

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[TransactionWriteCompleted]
Inherited from
ProtoTryReader
final
def flatMap[B](f: Try[TransactionWriteCompleted] => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
def fromProto(x: TransactionWriteCompleted): Try[TransactionWriteCompleted]
Inherited from
ProtoOperationReader
final
def map[B](f: Try[TransactionWriteCompleted] => B): BytesReader[B]
Inherited from
BytesReader
final
def message(x: Option[String]): Option[String]
Inherited from
ProtoReader
final
def read(bi: ByteVector): Attempt[ReadResult[Try[TransactionWriteCompleted]]]
Inherited from
ProtoReader
final
def uuidUnsafe(bs: ByteString): Uuid
Inherited from
ProtoReader