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

Function where

  • where<TSource>(
        src: Iterable<TSource>,
        exp: (item: TSource, index: number) => boolean,
    ): IEnumerable<TSource>
  • Type Parameters

    • TSource

    Parameters

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

    Returns IEnumerable<TSource>

    • Defined in functions/where.ts:5

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc