(mapper, context)
| 358 | }, |
| 359 | |
| 360 | flatMap(mapper, context) { |
| 361 | return reify(this, flatMapFactory(this, mapper, context)); |
| 362 | }, |
| 363 | |
| 364 | flatten(depth) { |
| 365 | return reify(this, flattenFactory(this, depth, true)); |
nothing calls this directly
no test coverage detected