Packages

object CodecValue extends Serializable

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

Type Members

  1. final case class IllegalValue[E, D, T](encoded: E) extends CodecValue[E, D, T] with Product with Serializable
  2. final case class LegalValue[E, D, T](encoded: E, decoded: D) extends CodecValue[E, D, T] with Product with Serializable