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

Function ofType

  • ofType<TSource, TResult>(
        src: Iterable<TSource>,
        type: new (...params: unknown[]) => TResult,
    ): IEnumerable<TResult>
  • Type Parameters

    • TSource
    • TResult

    Parameters

    • src: Iterable<TSource>
    • type: new (...params: unknown[]) => TResult

    Returns IEnumerable<TResult>

    • Defined in functions/ofType.ts:6
  • ofType<TSource, TResult>(
        src: Iterable<TSource>,
        type: TypeOfMember,
    ): IEnumerable<TResult>
  • Type Parameters

    • TSource
    • TResult

    Parameters

    • src: Iterable<TSource>
    • type: TypeOfMember

    Returns IEnumerable<TResult>

    • Defined in functions/ofType.ts:11

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc