Remember earlier this week, when Java's stream API didn't have that intermediate operation you needed? It will soon get it. Which operation am I talking about? All of them! Thanks to Gatherers, we can easily and seamlessly implement our own: youtube.com/watch?v=epgJm2…
2
30
122
29K
38
After going over the theory ☝️🏾, watch me implement a bunch of operations with the Gatherer API: * map * filter * flatMapIf * takeWhileIncluding * limit * increasing * runningAverage * fixedGroups * slidingWindow * sorted * increasingSequences youtube.com/watch?v=pNQ5OX…
@nipafx What is urgently needed in Stream API is a better way of handing exceptions. Exceptions should be part of the data stream. Current implementation is shabby and unworkable tbh.