kantan.csv.refined
package kantan.csv.refined
Members list
Implicits
Inherited implicits
final implicit def refinedDecoder[E, D, F, T, P, R[_, _]](implicit decoder: Decoder[E, D, F, T], validate: Validate[D, P], refType: RefType[R], t: IsError[F]): Decoder[E, R[D, P], F, T]
Provides a Decoder instance for any refined type such that the reference type has a Decoder instance.
Provides a Decoder instance for any refined type such that the reference type has a Decoder instance.
Attributes
- Inherited from:
- DecoderInstances
final implicit def refinedEncoder[E, D, T, P, R[_, _]](implicit encoder: Encoder[E, D, T], refType: RefType[R]): Encoder[E, R[D, P], T]
Provides an Encoder instance for any refined type such that the reference type has an Encoder instance.
Provides an Encoder instance for any refined type such that the reference type has an Encoder instance.
Attributes
- Inherited from:
- EncoderInstances
In this article