filters the array
functor | function | the filtering function |
master | object | the object that the function should be applied to |
array | the initial but filtered array |
Note, the method filters and rebuilds the initial calling array and not create a new one with filtered values.
Back to top