//Gatherers.windowFixed(2) groups elements into fixed-sized windows (sublists of size 2). // .gather() is a new Java 24 Stream API feature. // it allows custom procesing of element // Gatherer.of(...) ...