object Element extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Element
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DoubleElement(value: Double) extends Element with Product with Serializable
  2. final case class StringElement(value: String) extends Element with Product with Serializable

Value Members

  1. implicit def fromDouble(d: Double): Element
  2. implicit def fromFloat(f: Float): Element
  3. implicit def fromInt(n: Int): Element
  4. implicit def fromLong(l: Long): Element
  5. implicit def fromString(s: String): Element