Copyfunction defaultIfEmpty<T>( getDefaultValue: () => T, ): <U>(source: Source<U>) => Source<T | U>1function defaultIfEmpty<T>(2 getDefaultValue: () => T,3): <U>(source: Source<U>) => Source<T | U>
function defaultIfEmpty<T>( getDefaultValue: () => T, ): <U>(source: Source<U>) => Source<T | U>1function defaultIfEmpty<T>(2 getDefaultValue: () => T,3): <U>(source: Source<U>) => Source<T | U>