Kind

io.bidmachine.protobuf.inference.v1.TypedValue.Kind
See theKind companion trait
object Kind

Attributes

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

Members list

Type members

Classlikes

final case class BoolValue(value: Boolean) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DoubleArray(value: DoubleArray) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DoubleValue(value: Double) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Empty extends Kind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class FloatArray(value: FloatArray) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Int64Array(value: Int64Array) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Int64Array2D(value: Int64Array2D) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class IntValue(value: Long) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MapValue(value: TypedValueMap) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StringArray(value: StringArray) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StringValue(value: String) extends Kind

Attributes

Supertypes
trait Kind
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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