Missing

Represents a Long 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 OptionalLong.asNullable otherwise.

Link copied to clipboard
Link copied to clipboard

returns null if this is null, calls OptionalLong.asNullable otherwise.

Functions

Link copied to clipboard
fun orElse(default: Long): Long

returns default if the optional is Missing, or Value.value if is Value.

Link copied to clipboard
fun OptionalLong?.orElse(default: Long): Long

returns default if this is null, calls OptionalLong.asNullable otherwise.

Link copied to clipboard
open override fun toString(): String