Packages

t

kantan.codecs

CodecCompanion

trait CodecCompanion[E, F, T] extends AnyRef

Source
Codec.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodecCompanion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def from[D](d: Decoder[E, D, F, T], e: Encoder[E, D, T]): Codec[E, D, F, T]
    Annotations
    @inline()
  2. def from[D](f: (E) => Either[F, D])(g: (D) => E): Codec[E, D, F, T]
    Annotations
    @inline()