julioromano
flowOf<Int>(0,1,2,3,4,5,6,7,8,9).magicOperator(2).collect { values: List<Int> -> print("${values}; ") }
0,1; 1,2; 2,3; 3,4; 4,5; 5,6; 6,7; 7,8; 8,9
ephemient
Joffrey
chunked
windowed
zipWithNext
myanmarking
A modern programming language that makes developers happier.