object DataGetter extends SimpleDataGetter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataGetter
- SimpleDataGetter
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def eitherData[P, Q, W, ID](implicit pd: DataGetter[P, W, ID], qd: DataGetter[Q, W, ID]): DataGetter[Either[P, Q], W, ID]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def getter[P, W, ID](implicit pw: Postable[P, W, ID]): DataGetter[P, W, ID]
- Definition Classes
- SimpleDataGetter
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def optionData[P, W, ID](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P], pd: DataGetter[P, W, ID], uw: Postable[Unit, W, ID]): DataGetter[Option[P], W, ID]
- implicit def pairData[P, Q <: HList, W, ID](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P], arg1: scala.reflect.api.JavaUniverse.TypeTag[Q], pd: DataGetter[P, W, ID], qd: DataGetter[Q, W, ID]): DataGetter[::[P, Q], W, ID]
- implicit def setData[P, W, ID](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P], pd: DataGetter[P, W, ID], uw: Postable[Unit, W, ID]): DataGetter[Set[P], W, ID]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated