Encoder

endpoints4s.Encoder
See theEncoder companion trait
object Encoder

Attributes

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

Members list

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

Attributes