Decoder

zio.schema.codec.Decoder
trait Decoder[Whole, Element, +A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[Whole, Element, A]
trait BinaryCodec[A]

Members list

Concise view

Value members

Abstract methods

def decode(whole: Whole): Either[DecodeError, A]
def streamDecoder: ZPipeline[Any, DecodeError, Element, A]