Function getNonNull

  • Returns only the non null elements.

    Type Parameters

    • T

    Parameters

    • array: Nullable<T>[]

      The array to process.

    Returns T[]

Generated using TypeDoc