ESExprCodec

esexpr.ESExprCodec
See theESExprCodec companion trait
object ESExprCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class DecodeError(message: String, path: ErrorPath) extends ESExprDecodeException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
enum ErrorPath

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object chunk16Codec extends ESExprCodec[Chunk[Short]]

Attributes

Supertypes
trait ESExprCodec[Chunk[Short]]
class Object
trait Matchable
class Any
Self type
object chunk32Codec extends ESExprCodec[Chunk[Int]]

Attributes

Supertypes
trait ESExprCodec[Chunk[Int]]
class Object
trait Matchable
class Any
Self type
object chunk64Codec extends ESExprCodec[Chunk[Long]]

Attributes

Supertypes
trait ESExprCodec[Chunk[Long]]
class Object
trait Matchable
class Any
Self type
object chunk8Codec extends ESExprCodec[Chunk[Byte]]

Attributes

Supertypes
trait ESExprCodec[Chunk[Byte]]
class Object
trait Matchable
class Any
Self type
object doubleNaNCodec extends ESExprCodec[Either[Float64NaN, Double]]

Attributes

Supertypes
trait ESExprCodec[Either[Float64NaN, Double]]
class Object
trait Matchable
class Any
Self type
object float16NaNCodec extends ESExprCodec[Either[Float16NaN, Float16]]

Attributes

Supertypes
trait ESExprCodec[Either[Float16NaN, Float16]]
class Object
trait Matchable
class Any
Self type
object floatNaNCodec extends ESExprCodec[Either[Float32NaN, Float]]

Attributes

Supertypes
trait ESExprCodec[Either[Float32NaN, Float]]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_BigInt extends ESExprCodec[BigInt]

Attributes

Supertypes
trait ESExprCodec[BigInt]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Boolean extends ESExprCodec[Boolean]

Attributes

Supertypes
trait ESExprCodec[Boolean]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Byte extends ESExprCodec[Byte]

Attributes

Supertypes
trait ESExprCodec[Byte]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Double extends ESExprCodec[Double]

Attributes

Supertypes
trait ESExprCodec[Double]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Float extends ESExprCodec[Float]

Attributes

Supertypes
trait ESExprCodec[Float]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Int extends ESExprCodec[Int]

Attributes

Supertypes
trait ESExprCodec[Int]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Long extends ESExprCodec[Long]

Attributes

Supertypes
trait ESExprCodec[Long]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Short extends ESExprCodec[Short]

Attributes

Supertypes
trait ESExprCodec[Short]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_String extends ESExprCodec[String]

Attributes

Supertypes
trait ESExprCodec[String]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait ESExprCodec[UInt]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object iarray16Codec extends ESExprCodec[IArray[Short]]

Attributes

Supertypes
trait ESExprCodec[IArray[Short]]
class Object
trait Matchable
class Any
Self type
object iarray32Codec extends ESExprCodec[IArray[Int]]

Attributes

Supertypes
trait ESExprCodec[IArray[Int]]
class Object
trait Matchable
class Any
Self type
object iarray64Codec extends ESExprCodec[IArray[Long]]

Attributes

Supertypes
trait ESExprCodec[IArray[Long]]
class Object
trait Matchable
class Any
Self type
object iarray8Codec extends ESExprCodec[IArray[Byte]]

Attributes

Supertypes
trait ESExprCodec[IArray[Byte]]
class Object
trait Matchable
class Any
Self type

Givens

Givens

given given_ESExprCodec_NonEmptyList[A : ESExprCodec]: given_ESExprCodec_NonEmptyList[A]
given given_ESExprCodec_NonEmptySeq[A : ESExprCodec]: given_ESExprCodec_NonEmptySeq[A]
given given_ESExprCodec_NonEmptyVector[A : ESExprCodec]: given_ESExprCodec_NonEmptyVector[A]
given given_ESExprCodec_Option[A : ESExprCodec]: given_ESExprCodec_Option[A]
given given_ESExprCodec_Seq[A : ESExprCodec]: given_ESExprCodec_Seq[A]

Exports

Defined exports

inline def derived[T](using m: Of[T]): ESExprCodec[T]
Exported from CodecDerivation