Mark
05/17/2020, 12:19 PMMark
05/17/2020, 12:26 PMflatten().iterator()
Mark
05/17/2020, 12:28 PMlistOf(item).iterator()
ilya.gorbunov
05/17/2020, 12:38 PMflatten().iterator()
. Otherwise flatten
invoked on a list will materialize list with all flattened elements — perhaps not what you wanted.Mark
05/17/2020, 12:39 PM