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

Function first

  • first<TSource>(
        src: Iterable<TSource>,
        condition?: (item: TSource, index: number) => boolean,
    ): TSource
  • Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>
    • Optionalcondition: (item: TSource, index: number) => boolean

    Returns TSource

    • Defined in functions/first.ts:1

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc