Class/Object

org.coursera.naptime.schema.ArbitraryValue

ArbitraryRecordMember

Related Docs: object ArbitraryRecordMember | package ArbitraryValue

Permalink

class ArbitraryRecordMember extends ArbitraryValue with Product1[ArbitraryRecord]

Linear Supertypes
Product1[ArbitraryRecord], ArbitraryValue, Product, Equals, ScalaUnionTemplate, ScalaTemplate, UnionTemplate, DataTemplate[AnyRef], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArbitraryRecordMember
  2. Product1
  3. ArbitraryValue
  4. Product
  5. Equals
  6. ScalaUnionTemplate
  7. ScalaTemplate
  8. UnionTemplate
  9. DataTemplate
  10. Cloneable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArbitraryRecordMember(dataMap: DataMap)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: ArbitraryRecord

    Permalink
    Definition Classes
    ArbitraryRecordMember → Product1
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    ArbitraryValue → Equals
  7. def checkNotNull(): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... )
  8. def clone(): UnionTemplate

    Permalink
    Definition Classes
    UnionTemplate → DataTemplate → AnyRef
    Annotations
    @throws( ... )
  9. def copy(): UnionTemplate

    Permalink
    Definition Classes
    UnionTemplate → DataTemplate
    Annotations
    @throws( ... )
  10. def data(): AnyRef

    Permalink
    Definition Classes
    UnionTemplate → DataTemplate
  11. def declaringTyperefSchema: Option[TyperefDataSchema]

    Permalink
    Definition Classes
    ArbitraryRecordMember → ScalaUnionTemplate
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    ArbitraryValue → Equals → UnionTemplate → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    ArbitraryValue → UnionTemplate → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isNull(): Boolean

    Permalink
    Definition Classes
    UnionTemplate
  19. def memberIs(arg0: String): Boolean

    Permalink
    Definition Classes
    UnionTemplate
  20. def memberType(): DataSchema

    Permalink
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... )
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def obtainCustomType[T](arg0: DataSchema, arg1: Class[T], arg2: String): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  25. def obtainDirect[T](arg0: DataSchema, arg1: Class[T], arg2: String): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  26. def obtainWrapped[T <: DataTemplate[_]](arg0: DataSchema, arg1: Class[T], arg2: String): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  27. def productArity: Int

    Permalink
    Definition Classes
    Product1 → Product
  28. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  29. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  30. def productPrefix: String

    Permalink
    Definition Classes
    Product
  31. def schema(): DataSchema

    Permalink
    Definition Classes
    UnionTemplate → DataTemplate
  32. def selectCustomType[T](arg0: DataSchema, arg1: Class[T], arg2: Class[_], arg3: String, arg4: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  33. def selectDirect[T](arg0: DataSchema, arg1: Class[T], arg2: Class[_], arg3: String, arg4: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  34. def selectDirect[T](arg0: DataSchema, arg1: Class[T], arg2: String, arg3: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  35. def selectWrapped[T <: DataTemplate[_]](arg0: DataSchema, arg1: Class[T], arg2: String, arg3: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    ArbitraryValue → UnionTemplate → AnyRef → Any
  38. lazy val value: ArbitraryRecord

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product1[ArbitraryRecord]

Inherited from ArbitraryValue

Inherited from Product

Inherited from Equals

Inherited from ScalaUnionTemplate

Inherited from ScalaTemplate

Inherited from UnionTemplate

Inherited from DataTemplate[AnyRef]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped