Present: OptionalValue<NonNullable<T>>

Represents the type for an instance that contains a non-null value. This type is used to handle cases where a value is definitely present.

Type Parameters

  • T

    The type of the value contained within the instance.