Missing
Represents a Boolean field that was not present in the serialized entity.
Properties
Link copied to clipboard
Link copied to clipboard
returns null
if this is null
, calls OptionalBoolean.asNullable otherwise.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
returns null
if this is null
or OptionalBoolean.Missing, calls OptionalBoolean.Value.value otherwise.
Functions
Link copied to clipboard
Link copied to clipboard
returns default if this is null
, calls OptionalBoolean.asNullable otherwise.