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

Function max

  • max<TSource, TResult>(
        src: Iterable<TSource>,
        selector?: (item: TSource) => TResult,
    ): TSource | TResult
  • Type Parameters

    • TSource
    • TResult

    Parameters

    • src: Iterable<TSource>
    • Optionalselector: (item: TSource) => TResult

    Returns TSource | TResult

    • Defined in functions/max.ts:4

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc