Functions
Inherited functions
Casts this Field as a BlobValue and retrieves its kotlin.ByteArray value. Throws an exception if the Field is not a BlobValue.
Casts this Field as a BlobValue and retrieves its kotlin.ByteArray value. Returns null if the Field is not a BlobValue.
Casts this Field as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the Field is not a BooleanValue.
Casts this Field as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the Field is not a BooleanValue.
Casts this Field as a DoubleValue and retrieves its kotlin.Double value. Throws an exception if the Field is not a DoubleValue.
Casts this Field as a DoubleValue and retrieves its kotlin.Double value. Returns null if the Field is not a DoubleValue.
Casts this Field as a IsNull and retrieves its kotlin.Boolean value. Returns null if the Field is not a IsNull.
Casts this Field as a LongValue and retrieves its kotlin.Long value. Throws an exception if the Field is not a LongValue.
Casts this Field as a LongValue and retrieves its kotlin.Long value. Returns null if the Field is not a LongValue.
Casts this Field as a StringValue and retrieves its kotlin.String value. Throws an exception if the Field is not a StringValue.
Casts this Field as a StringValue and retrieves its kotlin.String value. Returns null if the Field is not a StringValue.