(fn = item => item)
| 16811 | return this.getSubparticles().map(fn) |
| 16812 | } |
| 16813 | filter(fn = item => item) { |
| 16814 | return this.getSubparticles().filter(fn) |
| 16815 | } |
| 16816 | find(fn) { |
| 16817 | return this.getSubparticles().find(fn) |
| 16818 | } |
no test coverage detected