esexpr.ESExprCodec
See theESExprCodec companion trait
object ESExprCodec
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ESExprCodec.type
Members list
Type members
Classlikes
object CodecDerivation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CodecDerivation.type
final case class DecodeError(message: String, path: ErrorPath) extends ESExprDecodeException
Attributes
- Supertypes
-
trait Producttrait Equalsclass ESExprDecodeExceptionclass ESExprExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
enum ErrorPath
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object chunk16Codec extends ESExprCodec[Chunk[Short]]
Attributes
- Supertypes
- Self type
-
chunk16Codec.type
object chunk32Codec extends ESExprCodec[Chunk[Int]]
Attributes
- Supertypes
- Self type
-
chunk32Codec.type
object chunk64Codec extends ESExprCodec[Chunk[Long]]
Attributes
- Supertypes
- Self type
-
chunk64Codec.type
object chunk8Codec extends ESExprCodec[Chunk[Byte]]
Attributes
- Supertypes
- Self type
-
chunk8Codec.type
object doubleNaNCodec extends ESExprCodec[Either[Float64NaN, Double]]
Attributes
- Supertypes
- Self type
-
doubleNaNCodec.type
object float16NaNCodec extends ESExprCodec[Either[Float16NaN, Float16]]
Attributes
- Supertypes
- Self type
-
float16NaNCodec.type
object floatNaNCodec extends ESExprCodec[Either[Float32NaN, Float]]
Attributes
- Supertypes
- Self type
-
floatNaNCodec.type
object given_ESExprCodec_BigInt extends ESExprCodec[BigInt]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Boolean extends ESExprCodec[Boolean]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Byte extends ESExprCodec[Byte]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Double extends ESExprCodec[Double]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Float extends ESExprCodec[Float]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Float16 extends ESExprCodec[Float16]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Int extends ESExprCodec[Int]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Long extends ESExprCodec[Long]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Short extends ESExprCodec[Short]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_String extends ESExprCodec[String]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_UByte extends ESExprCodec[UByte]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_UInt extends ESExprCodec[UInt]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_ULong extends ESExprCodec[ULong]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_UShort extends ESExprCodec[UShort]
Attributes
- Supertypes
- Self type
object iarray16Codec extends ESExprCodec[IArray[Short]]
Attributes
- Supertypes
- Self type
-
iarray16Codec.type
object iarray32Codec extends ESExprCodec[IArray[Int]]
Attributes
- Supertypes
- Self type
-
iarray32Codec.type
object iarray64Codec extends ESExprCodec[IArray[Long]]
Attributes
- Supertypes
- Self type
-
iarray64Codec.type
object iarray8Codec extends ESExprCodec[IArray[Byte]]
Attributes
- Supertypes
- Self type
-
iarray8Codec.type
Givens
Givens
Exports
Defined exports
Exported from CodecDerivation
In this article