It is open discussion, if function passed to filterEach should receive original index (before filtering) or target index (used in target collection).
filterEach should give possibility to choose between both options and, in best case, give possibility to use both in the same function.
It requires new interface: FilterEachPredicate or something like that.
It is open discussion, if function passed to `filterEach` should receive original index (before filtering) or target index (used in target collection).
`filterEach` should give possibility to choose between both options and, in best case, give possibility to use both in the same function.
It requires new interface: `FilterEachPredicate` or something like that.
It is open discussion, if function passed to
filterEachshould receive original index (before filtering) or target index (used in target collection).filterEachshould give possibility to choose between both options and, in best case, give possibility to use both in the same function.It requires new interface:
FilterEachPredicateor something like that.sorry, target index is almost useless