object FromAttributeValue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FromAttributeValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A](implicit from: FromAttributeValue[A]): FromAttributeValue[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val attrMapFromAttributeValue: FromAttributeValue[AttrMap]
- implicit val bigDecimalFromAttributeValue: FromAttributeValue[BigDecimal]
- implicit val bigDecimalSetFromAttributeValue: FromAttributeValue[Set[BigDecimal]]
- implicit val binaryFromAttributeValue: FromAttributeValue[Iterable[Byte]]
- implicit def binarySetFromAttributeValue: FromAttributeValue[Iterable[Iterable[Byte]]]
- implicit val booleanFromAttributeValue: FromAttributeValue[Boolean]
- implicit val byteFromAttributeValue: FromAttributeValue[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val doubleFromAttributeValue: FromAttributeValue[Double]
- implicit val doubleSetFromAttributeValue: FromAttributeValue[Set[Double]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit val floatFromAttributeValue: FromAttributeValue[Float]
- implicit val floatSetFromAttributeValue: FromAttributeValue[Set[Float]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val intFromAttributeValue: FromAttributeValue[Int]
- implicit val intSetFromAttributeValue: FromAttributeValue[Set[Int]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iterableFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Iterable[A]]
- implicit val longFromAttributeValue: FromAttributeValue[Long]
- implicit val longSetFromAttributeValue: FromAttributeValue[Set[Long]]
- implicit def mapFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Map[String, A]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Option[A]]
- implicit val shortFromAttributeValue: FromAttributeValue[Short]
- implicit val shortSetFromAttributeValue: FromAttributeValue[Set[Short]]
- implicit val stringFromAttributeValue: FromAttributeValue[String]
- implicit def stringSetFromAttributeValue: FromAttributeValue[Set[String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()