SchemaDecoder

trait SchemaDecoder[A]
Companion
object
class Object
trait Matchable
class Any
trait Schema[A]

Value members

Abstract methods

def decode(bytes: Array[Byte]): Either[DecodingFailure, A]

Concrete methods

def map[B](f: A => B): SchemaDecoder[B]