Packages

t

kantan.codecs.refined

EncoderInstances

trait EncoderInstances extends AnyRef

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

Value Members

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