Class/Object

org.coursera.naptime.schema

ArbitraryValue

Related Docs: object ArbitraryValue | package schema

Permalink

sealed abstract class ArbitraryValue extends ScalaUnionTemplate with Product

Annotations
@Generated()
Linear Supertypes
Product, Equals, ScalaUnionTemplate, ScalaTemplate, UnionTemplate, DataTemplate[AnyRef], Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ArbitraryValue
  2. Product
  3. Equals
  4. ScalaUnionTemplate
  5. ScalaTemplate
  6. UnionTemplate
  7. DataTemplate
  8. Cloneable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def declaringTyperefSchema: Option[TyperefDataSchema]

    Permalink
    Definition Classes
    ScalaUnionTemplate
  2. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete 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. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    UnionTemplate → DataTemplate
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  24. 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( ... )
  25. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  26. def productPrefix: String

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

    Permalink
    Definition Classes
    UnionTemplate → DataTemplate
  28. 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( ... )
  29. 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( ... )
  30. 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( ... )
  31. 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( ... )
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ArbitraryValue → UnionTemplate → AnyRef → Any
  34. final def wait(): Unit

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

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

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

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