Attribute

kyo.stats.Attributes.Attribute
See theAttribute companion trait
object Attribute

Attributes

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

Members list

Type members

Classlikes

case class BooleanAttribute(name: String, value: Boolean) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class BooleanListAttribute(name: String, value: List[Boolean]) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class DoubleAttribute(name: String, value: Double) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class DoubleListAttribute(name: String, value: List[Double]) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class LongAttribute(name: String, value: Long) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class LongListAttribute(name: String, value: List[Long]) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class StringAttribute(name: String, value: String) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all
case class StringListAttribute(name: String, value: List[String]) extends Attribute

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all

Inherited 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