Packages

t

kantan.codecs.refined

DecoderInstances

trait DecoderInstances extends AnyRef

Source
RefinedInstances.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecoderInstances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.