object ArbitraryValue extends UnionCompanion[ArbitraryValue] with UnionWithTyperefCompanion[ArbitraryValue]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArbitraryValue
- UnionWithTyperefCompanion
- UnionCompanion
- SchemaAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class $UnknownMember extends ArbitraryValue with Product with Serializable
- class ArbitraryRecordMember extends ArbitraryValue with Product1[ArbitraryRecord]
- class BooleanMember extends ArbitraryValue with Product1[Boolean]
- class ByteStringMember extends ArbitraryValue with Product1[ByteString]
- class DoubleMember extends ArbitraryValue with Product1[Double]
- class FloatMember extends ArbitraryValue with Product1[Float]
- class IntMember extends ArbitraryValue with Product1[Int]
- class LongMember extends ArbitraryValue with Product1[Long]
- class StringMember extends ArbitraryValue with Product1[String]
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
-
val
ArbitraryRecordMemberSchema: DataSchema
- Attributes
- protected
-
val
BooleanMemberSchema: DataSchema
- Attributes
- protected
-
val
ByteStringMemberSchema: DataSchema
- Attributes
- protected
-
val
DoubleMemberSchema: DataSchema
- Attributes
- protected
-
val
FloatMemberSchema: DataSchema
- Attributes
- protected
-
val
IntMemberSchema: DataSchema
- Attributes
- protected
-
val
LongMemberSchema: DataSchema
- Attributes
- protected
-
val
SCHEMA: UnionDataSchema
- Definition Classes
- ArbitraryValue → UnionCompanion → SchemaAware
-
val
StringMemberSchema: DataSchema
- Attributes
- protected
-
val
TYPEREF_SCHEMA: TyperefDataSchema
- Definition Classes
- ArbitraryValue → UnionWithTyperefCompanion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build(union: DataMap, conversion: DataConversion): ArbitraryValue
- Definition Classes
- ArbitraryValue → UnionCompanion
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def wrap(value: Boolean): BooleanMember
- implicit def wrap(value: ByteString): ByteStringMember
- implicit def wrap(value: Double): DoubleMember
- implicit def wrap(value: Float): FloatMember
- implicit def wrap(value: Long): LongMember
- implicit def wrap(value: String): StringMember
- implicit def wrap(value: Int): IntMember
- implicit def wrap(value: ArbitraryRecord): ArbitraryRecordMember
- object ArbitraryRecordMember extends UnionMemberCompanion[ArbitraryValue]
- object BooleanMember extends UnionMemberCompanion[ArbitraryValue]
- object ByteStringMember extends UnionMemberCompanion[ArbitraryValue]
- object DoubleMember extends UnionMemberCompanion[ArbitraryValue]
- object FloatMember extends UnionMemberCompanion[ArbitraryValue]
- object IntMember extends UnionMemberCompanion[ArbitraryValue]
- object LongMember extends UnionMemberCompanion[ArbitraryValue]
- object StringMember extends UnionMemberCompanion[ArbitraryValue]