package properties
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- properties
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BoolProp(value: Boolean) extends Property with Product with Serializable
- case class BoolPropF(value: Boolean) extends PropertyF[Nothing] with Product with Serializable
- implicit class BoolPropOps extends AnyRef
- case class CollectionProp(values: SortedMap[String, Property]) extends Property with Product with Serializable
- case class CollectionPropF[R](properties: SortedMap[String, R]) extends PropertyF[R] with Product with Serializable
- implicit class IntPropOps extends AnyRef
- case class ListProp(values: List[Property]) extends Property with Product with Serializable
- case class ListPropF[R](properties: List[R]) extends PropertyF[R] with Product with Serializable
- case class NumProp(value: Double) extends Property with Product with Serializable
- case class NumPropF(value: Double) extends PropertyF[Nothing] with Product with Serializable
- sealed trait Property extends Product with Serializable
- sealed trait PropertyF[+R] extends Product with Serializable
- implicit class StringPropOps extends AnyRef
- case class TextProp(value: String) extends Property with Product with Serializable
- case class TextPropF(value: String) extends PropertyF[Nothing] with Product with Serializable