Function extractSettledValues

  • Function extractSettledValues takes an array of Settled<R> and returns an array of R values, with a default value of NULL_SYMBOL in place of SettledLeft elements which do not have a value to be returned.

    Returns

    an array of R values, with a default value of NULL_SYMBOL in place of SettledLeft wich lack of a value.

    Type Parameters

    • R

    Parameters

    • settledArray: Settled<R>[]

      an array of Settled<R>

    Returns (R | typeof constants.NULL_SYMBOL)[]

Generated using TypeDoc v0.23.24