Rainer Schlonvoigt
01/27/2021, 8:58 AMmyCollection
.map { ... }
.filter { ... }
.forEach { ... }
I know in Java i would call it “stream syntax” but that’s because there you actually need to create streams before being able to make these callsarekolek
01/27/2021, 9:00 AMMatteo Mirk
01/27/2021, 9:01 AMRainer Schlonvoigt
01/27/2021, 9:02 AMstephanmg
01/27/2021, 9:05 AMMatteo Mirk
01/27/2021, 9:06 AMstephanmg
01/27/2021, 9:06 AMstephanmg
01/27/2021, 9:07 AMMatteo Mirk
01/27/2021, 9:07 AMstephanmg
01/27/2021, 9:07 AMstephanmg
01/27/2021, 9:08 AMMatteo Mirk
01/27/2021, 9:24 AMstephanmg
01/27/2021, 10:02 AM