Closed isc30 closed 6 years ago
Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty
defaultIfEmpty(): IEnumerable<TOut | undefined>; defaultIfEmpty(defaultValue: TOut): IEnumerable<TOut>;
Uses streamed deferred execution
Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty
Uses streamed deferred execution