Converts the elements of a nested collection one level deeper
All 2 scenarios hold
The element type is itself a collection, so its own element type decides what the innermost values become — Short in this table.
expected outcome
broken scenario
| Scenario | List input | Set input | Map input | Element type? | Innermost elements? |
|---|---|---|---|---|---|
| A list of lists |
|
|
| java.util.List |
|
| Several nested lists |
|
|
| java.util.List |
|