renesca

parameter

package parameter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. parameter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayParameterValue(value: Seq[ParameterValue]) extends SoleParameterValue with Product with Serializable

  2. sealed trait ArrayPropertyValue extends PropertyValue

  3. case class BooleanArrayPropertyValue(elements: BooleanPropertyValue*) extends ArrayPropertyValue with Product with Serializable

  4. case class BooleanPropertyValue(value: Boolean) extends PrimitivePropertyValue with Product with Serializable

  5. case class DoubleArrayPropertyValue(elements: DoublePropertyValue*) extends ArrayPropertyValue with Product with Serializable

  6. case class DoublePropertyValue(value: Double) extends PrimitivePropertyValue with Product with Serializable

  7. case class LongArrayPropertyValue(elements: LongPropertyValue*) extends ArrayPropertyValue with Product with Serializable

  8. case class LongPropertyValue(value: Long) extends PrimitivePropertyValue with Product with Serializable

  9. case class MapParameterValue(value: ParameterMap) extends SoleParameterValue with Product with Serializable

  10. type MutablePropertyMap = Map[PropertyKey, PropertyValue]

  11. type ParameterMap = Map[PropertyKey, ParameterValue]

  12. sealed trait ParameterValue extends AnyRef

  13. sealed trait PrimitivePropertyValue extends PropertyValue

  14. case class PropertyKey(name: String) extends NonBacktickName with Product with Serializable

  15. type PropertyMap = Map[PropertyKey, PropertyValue]

  16. sealed trait PropertyValue extends ParameterValue

  17. sealed trait SoleParameterValue extends ParameterValue

  18. case class StringArrayPropertyValue(elements: StringPropertyValue*) extends ArrayPropertyValue with Product with Serializable

  19. case class StringPropertyValue(value: String) extends PrimitivePropertyValue with Product with Serializable

Value Members

  1. object NullPropertyValue extends PrimitivePropertyValue with Product with Serializable

  2. object implicits

Inherited from AnyRef

Inherited from Any

Ungrouped