Packages

p

datum.patterns

properties

package properties

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

Type Members

  1. case class BoolProp(value: Boolean) extends Property with Product with Serializable
  2. case class BoolPropF(value: Boolean) extends PropertyF[Nothing] with Product with Serializable
  3. implicit class BoolPropOps extends AnyRef
  4. case class CollectionProp(values: SortedMap[String, Property]) extends Property with Product with Serializable
  5. case class CollectionPropF[R](properties: SortedMap[String, R]) extends PropertyF[R] with Product with Serializable
  6. implicit class IntPropOps extends AnyRef
  7. case class NumProp(value: Double) extends Property with Product with Serializable
  8. case class NumPropF(value: Double) extends PropertyF[Nothing] with Product with Serializable
  9. sealed trait Property extends Product with Serializable
  10. sealed trait PropertyF[+R] extends Product with Serializable
  11. implicit class StringPropOps extends AnyRef
  12. case class TextProp(value: String) extends Property with Product with Serializable
  13. case class TextPropF(value: String) extends PropertyF[Nothing] with Product with Serializable

Value Members

  1. implicit val basis: Basis[PropertyF, Property]
  2. object PropertyF extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped