object FromAttributeValue

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit from: FromAttributeValue[A]): FromAttributeValue[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val attrMapFromAttributeValue: FromAttributeValue[AttrMap]
  7. implicit val bigDecimalFromAttributeValue: FromAttributeValue[BigDecimal]
  8. implicit val bigDecimalSetFromAttributeValue: FromAttributeValue[Set[BigDecimal]]
  9. implicit val binaryFromAttributeValue: FromAttributeValue[Iterable[Byte]]
  10. implicit def binarySetFromAttributeValue: FromAttributeValue[Iterable[Iterable[Byte]]]
  11. implicit val booleanFromAttributeValue: FromAttributeValue[Boolean]
  12. implicit val byteFromAttributeValue: FromAttributeValue[Byte]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. implicit val doubleFromAttributeValue: FromAttributeValue[Double]
  15. implicit val doubleSetFromAttributeValue: FromAttributeValue[Set[Double]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. implicit val floatFromAttributeValue: FromAttributeValue[Float]
  20. implicit val floatSetFromAttributeValue: FromAttributeValue[Set[Float]]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. implicit val intFromAttributeValue: FromAttributeValue[Int]
  24. implicit val intSetFromAttributeValue: FromAttributeValue[Set[Int]]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. implicit def iterableFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Iterable[A]]
  27. implicit val longFromAttributeValue: FromAttributeValue[Long]
  28. implicit val longSetFromAttributeValue: FromAttributeValue[Set[Long]]
  29. implicit def mapFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Map[String, A]]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. implicit def optionFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Option[A]]
  34. implicit val shortFromAttributeValue: FromAttributeValue[Short]
  35. implicit val shortSetFromAttributeValue: FromAttributeValue[Set[Short]]
  36. implicit val stringFromAttributeValue: FromAttributeValue[String]
  37. implicit def stringSetFromAttributeValue: FromAttributeValue[Set[String]]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped