Viktor Qvarfordt
11/20/2019, 10:02 AMJoffrey
11/20/2019, 1:13 PM()
around to see if that's the actual issue 😉Viktor Qvarfordt
11/20/2019, 1:39 PMJoffrey
11/20/2019, 3:10 PMmap { it < 2 }
may still be evaluated independently, despite your ()
, so maybe my initial solution was not a solution, but the problem may still be this onemap
, or maybe giving a type to the lambda's param is sufficient: map { i: Int -> i + 2 }
. I'll let the smart guys answer the why :)Viktor Qvarfordt
11/20/2019, 3:16 PMJoffrey
11/20/2019, 4:23 PMmap
Kroppeb
11/21/2019, 4:16 PMViktor Qvarfordt
11/23/2019, 12:08 PMKroppeb
11/23/2019, 12:14 PMViktor Qvarfordt
11/23/2019, 12:15 PMKroppeb
11/28/2019, 6:46 PMViktor Qvarfordt
12/07/2019, 12:49 PM