kyo.stats.Attributes$.Attribute$
See theAttribute companion trait
object Attribute
Attributes
Members list
Type members
Classlikes
case class BooleanAttribute(name: String, value: Boolean) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class BooleanListAttribute(name: String, value: List[Boolean]) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class DoubleAttribute(name: String, value: Double) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class DoubleListAttribute(name: String, value: List[Double]) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class LongAttribute(name: String, value: Long) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class LongListAttribute(name: String, value: List[Long]) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class StringAttribute(name: String, value: String) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
case class StringListAttribute(name: String, value: List[String]) extends Attribute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article