(s, o)
| 29394 | return this.elements.map((s) => s.toValue()) |
| 29395 | } |
| 29396 | map(s, o) { |
| 29397 | return this.elements.map(s, o) |
| 29398 | } |
| 29399 | flatMap(s, o) { |
| 29400 | return this.map(s, o).reduce((s, o) => s.concat(o), []) |
| 29401 | } |
no outgoing calls
no test coverage detected