Package

renesca

parameter

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. sealed trait ArrayPropertyValue extends PropertyValue

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

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

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

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

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

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

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

    Permalink
  10. type MutablePropertyMap = Map[PropertyKey, PropertyValue]

    Permalink
  11. type ParameterMap = Map[PropertyKey, ParameterValue]

    Permalink
  12. sealed trait ParameterValue extends AnyRef

    Permalink
  13. sealed trait PrimitivePropertyValue extends PropertyValue

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

    Permalink
  15. type PropertyMap = Map[PropertyKey, PropertyValue]

    Permalink
  16. sealed trait PropertyValue extends ParameterValue

    Permalink
  17. sealed trait SoleParameterValue extends ParameterValue

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

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

    Permalink

Value Members

  1. object NullPropertyValue extends PrimitivePropertyValue with Product with Serializable

    Permalink
  2. object implicits

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped