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

Function thenBy

  • thenBy<TSource, TKey>(
        src: () => Generator<TSource[]>,
        ascending: boolean,
        selector: (item: TSource) => TKey,
        comparer?: Comparer<TKey>,
    ): IOrderedEnumerable<TSource>
  • Type Parameters

    • TSource
    • TKey

    Parameters

    • src: () => Generator<TSource[]>
    • ascending: boolean
    • selector: (item: TSource) => TKey
    • Optionalcomparer: Comparer<TKey>

    Returns IOrderedEnumerable<TSource>

    • Defined in functions/thenBy.ts:6

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc