yoavst
03/27/2017, 5:02 PMlist.filter { item -> /* do something with item.pair */ }
to items.filter { (a, b, c, d, e, f, g, h, i, j, k, l, m, n, pair) -> /* do something with pair */ }
As you can see, pair is the last argument, so this suggestion is bad.mglukhikh
03/28/2017, 11:54 AM