Kind

object Kind
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Kind.type

Type members

Classlikes

final case class BoolValue(value: Boolean) extends Kind
case object Empty extends Kind
final case class ListValue(value: ListValue) extends Kind
final case class NullValue(value: NullValue) extends Kind
final case class NumberValue(value: Double) extends Kind
final case class StringValue(value: String) extends Kind
final case class StructValue(value: Struct) extends Kind

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror