Nullable<T> extension
Extension method to make an OvO object nullable.
Returns a new OvO object with nullable type.
Methods
-
nullable()
→ OvO<T?>
-
Available on OvO<T>,
provided by the Nullable extension
Returns an instance of OvO that wraps the current value with nullable
type.