neotype.circe

package neotype.circe

Members list

Givens

Givens

given given_Codec_B[A, B](using newType: WithType[A, B], codec: Codec[A]): Codec[B]
given given_Codec_B[A, B <: A](using subtype: WithType[A, B], codec: Codec[A]): Codec[B]
given given_Decoder_B[A, B](using newType: WithType[A, B], decoder: Decoder[A]): Decoder[B]
given given_Decoder_B[A, B <: A](using subtype: WithType[A, B], decoder: Decoder[A]): Decoder[B]
given given_Encoder_B[A, B](using newType: WithType[A, B], encoder: Encoder[A]): Encoder[B]
given given_Encoder_B[A, B <: A](using subtype: WithType[A, B], encoder: Encoder[A]): Encoder[B]