Decoder

endpoints4s.Decoder
See theDecoder companion trait
object Decoder

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type

Members list

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

Attributes