ESExprTag

esexpr.ESExprTag
See theESExprTag companion trait
object ESExprTag

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ESExprTag.type

Members list

Type members

Classlikes

case object Array128 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Array128.type
case object Array16 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Array16.type
case object Array32 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Array32.type
case object Array64 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Array64.type
case object Array8 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Array8.type
case object Bool extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Bool.type
final case class Constructor(name: String) extends ESExprTag

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ESExprTag
class Object
trait Matchable
class Any
Show all
case object Float16 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Float16.type
case object Float32 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Float32.type
case object Float64 extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Float64.type
case object Int extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Int.type
case object Null extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Null.type
sealed trait ScalarTag extends ESExprTag

Attributes

Supertypes
trait ESExprTag
class Object
trait Matchable
class Any
Known subtypes
object Array128
object Array16
object Array32
object Array64
object Array8
object Bool
object Float16
object Float32
object Float64
object Int
object Null
object Str
Show all
case object Str extends ScalarTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScalarTag
trait ESExprTag
class Object
trait Matchable
class Any
Show all
Self type
Str.type
object given_FromExpr_ESExprTag extends FromExpr[ESExprTag]

Attributes

Supertypes
trait FromExpr[ESExprTag]
class Object
trait Matchable
class Any
Self type
object given_ToExpr_ESExprTag extends ToExpr[ESExprTag]

Attributes

Supertypes
trait ToExpr[ESExprTag]
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromExpr(expr: ESExpr): ESExprTag
inline def tagEqualsInline(inline a: ESExprTag, inline b: ESExprTag): Boolean