groovy Collection Operators Flatten a nested list. Example#. def lst = ['foo', 'bar', ['inner_foo', 'inner_bar']] lst.flatten() ...
確定! 回上一頁