ProductEmptyCodec

esexpr.ESExprCodec.CodecDerivation.ProductEmptyCodec
final class ProductEmptyCodec extends ESExprCodecProduct[EmptyTuple]

Attributes

Graph
Supertypes
trait ESExprCodecProduct[EmptyTuple]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def decode(state: ProductDecodeState): Either[ProductDecodeError, (EmptyTuple, ProductDecodeState)]

Attributes

Definition Classes
override def encode(value: EmptyTuple): (Seq[ESExpr], Map[String, ESExpr])

Attributes

Definition Classes