forEach method

ForEach forEach(
  1. dynamic writeQuery
)

Implementation

ForEach forEach(writeQuery) => ForEach(this, _funcWrap(writeQuery, 1));