Release 8.1
·
1180 commits
to master
since this release
Core:
Chainan immutable, efficient, scalable, concatenatableList.BiCollectors.partitioningBy()MoreCollectors.collectingAndThen()to be used together withpartitioningBy(). For example:collectingAndThen( partitioningBy(Person::isGood), (good, evil) -> ...)
BiCollectors.collectingAndThen()BiCollectors.inverse()Optionals.inOrder()to help reducing nesting.Fanoutfor easy structured concurrency.