unwrapOrElseAsyncForNullable
Return input as T if the passed input is not null.
Otherwise, return the result of recoverer.
- The result of recoverer must not be
Nullable<*>.- If you try to recover the value, use
orElse()
- If you try to recover the value, use
- If the result of recoverer is
null, throwTypeError.