given_Encoder_StdHeader

given given_Encoder_StdHeader: Encoder[StdHeader]

Value members

Concrete methods

def apply(a: StdHeader): Json

Inherited methods

final
def contramap[B](f: B => StdHeader): Encoder[B]

Create a new Encoder by applying a function to a value of type B before encoding as an A.

Create a new Encoder by applying a function to a value of type B before encoding as an A.

Inherited from
Encoder
final
def mapJson(f: Json => Json): Encoder[StdHeader]

Create a new Encoder by applying a function to the output of this one.

Create a new Encoder by applying a function to the output of this one.

Inherited from
Encoder