Packages

p

datum.patterns

attributes

package attributes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. attributes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Attribute = Fix[AttributesF]
  2. type AttributeMap = Map[String, Attribute]
  3. sealed trait AttributesF[+R] extends Product with Serializable
  4. case class BoolProperty(value: Boolean) extends AttributesF[Nothing] with Product with Serializable
  5. case class Collection[R](values: Vector[R]) extends AttributesF[R] with Product with Serializable
  6. case class Label[R](name: String, value: R) extends AttributesF[R] with Product with Serializable
  7. case class NumProperty(value: Double) extends AttributesF[Nothing] with Product with Serializable
  8. case class Property(value: String) extends AttributesF[Nothing] with Product with Serializable

Value Members

  1. def collection(values: Attribute*): Attribute
  2. val flag: Attribute
  3. def label(name: String, attr: Attribute): Attribute
  4. def property(value: Double): Attribute
  5. def property(text: String): Attribute
  6. def property(bool: Boolean): Attribute
  7. object AttributesF extends Serializable
  8. object Flag extends AttributesF[Nothing] with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped