package refined
- Alphabetic
- By Inheritance
- refined
- EncoderInstances
- DecoderInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait DecoderInstances extends AnyRef
- trait EncoderInstances extends AnyRef
Value Members
- implicit final 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.
- Definition Classes
- DecoderInstances
- implicit final 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.
- Definition Classes
- EncoderInstances