Encoder

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

Value members

Concrete methods

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

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

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