| 876 | } |
| 877 | } |
| 878 | class FlatmapIterator<I, O> extends OneToManyIterator<O> { |
| 879 | constructor( |
| 880 | protected upstream: LazyIterator<I>, |
| 881 | protected transform: (value: I) => O[]) { |
nothing calls this directly
no outgoing calls
no test coverage detected