AuthenticateFormat

trait BytesFormat[Authenticate]
trait BytesWriter[Authenticate]
trait BytesReader[Authenticate]
class Object
trait Matchable
class Any

Value members

Inherited methods

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