Attributes

kyo.stats.Attributes
See theAttributes companion class
object Attributes

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Attributes.type

Members list

Type members

Classlikes

case class AsAttribute[T](f: (String, T) => Attribute)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AsAttribute

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Attribute

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def all(l: List[Attributes]): Attributes
def of[T](name: String, value: T)(implicit a: AsAttribute[T]): Attributes

Concrete fields