Home > rc-js-util > _Array > compactMap
Like _Array.map but where the callback returns null it will be omitted from the result.
Signature:
static readonly compactMap: typeof arrayCompactMap;
See arrayCompactMap().