mapFilter

mapFilter

> Functions

Returns a new table containing all values from the source table map for which the applied callback predicate returned true.

The callback function takes the arguments (value, key, table) in this order.

Example :

Parameters
Return