Value
Represents a Snowflake field that was assigned a non-null value in the serialized entity. Equality and hashcode is implemented through its value.
Parameters
uLongValue
the raw value this optional wraps. See Snowflake.value and Snowflake.validValues for more details.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
returns null
if this is null
or OptionalSnowflake.Missing, calls OptionalSnowflake.Value.value otherwise.