• Preparing search index...
  • The search index is not available
TypeScript Extended Linq
  • TypeScript Extended Linq
  • defaultIfEmpty

Function defaultIfEmpty

  • defaultIfEmpty<TSource>(
        src: Iterable<TSource>,
        defaultItem: TSource,
    ): IEnumerable<TSource>
  • Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>
    • defaultItem: TSource

    Returns IEnumerable<TSource>

    • Defined in functions/defaultIfEmpty.ts:5

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc