GenericValue (interface)¶
The GenericValue interface is used to describe any value as a generic container.
Functions¶
Boolean | equals ? ( in Ref<GenericValue> other ) |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
Functions in detail¶
Boolean GenericValue.equals? ( in Ref<GenericValue> other )
returns true if this value matches another one
Type GenericValue.getValueType? ()
returns the type of this value.
UInt32 GenericValue.hash_? ()
returns a hash value for this. Note: we use “_” to avoid colliding with the built-in, reserved “hash” function.
Boolean GenericValue.isArray? ()
returns true if this is a GenericArrayValue