AsAttribute

kyo.stats.Attributes.AsAttribute
See theAsAttribute companion class
object AsAttribute

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

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

Givens

Givens

given boolean: AsAttribute[Boolean]
given booleanList: AsAttribute[List[Boolean]]
given double: AsAttribute[Double]
given doubleList: AsAttribute[List[Double]]
given int: AsAttribute[Int]
given intList: AsAttribute[List[Int]]
given long: AsAttribute[Long]
given longList: AsAttribute[List[Long]]
given string: AsAttribute[String]
given stringList: AsAttribute[List[String]]