TransactionCommitCompletedReader

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

Value members

Concrete methods

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

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[TransactionCommitCompleted]
Inherited from
ProtoTryReader
final
def flatMap[B](f: Try[TransactionCommitCompleted] => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
def fromProto(x: TransactionCommitCompleted): Try[TransactionCommitCompleted]
Inherited from
ProtoOperationReader
final
def map[B](f: Try[TransactionCommitCompleted] => 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[TransactionCommitCompleted]]]
Inherited from
ProtoReader
final
def uuidUnsafe(bs: ByteString): Uuid
Inherited from
ProtoReader