Function linqExtended

  • Returns a special extended version of Linq which includes common operations like .where(predicate) .select(selector) and more with the consequence of a potentially larger footprint. To minimize included modules use the standard version (linq) and import only the filters, transforms and resolutions needed.

    Returns

    Type Parameters

    • T

    Parameters

    • source: Iterable<T>

    Returns LinqExtended<T>

Generated using TypeDoc