Decoder

object Decoder
Companion:
class
class Object
trait Matchable
class Any
Decoder.type

Value members

Concrete methods

def sequentially[A, B, C](ab: Decoder[A, B])(bc: Decoder[B, C]): Decoder[A, C]

Combines two decoders, sequentially, by feeding the input of the second one with the output of the first one

Combines two decoders, sequentially, by feeding the input of the second one with the output of the first one