Releases: landawn/AbacusUtil
Releases · landawn/AbacusUtil
1.5.9
1.5.8
Close Streams when IllegalArgumentException happens. Add Stream.window/Fn.window. Add Stream.asyncRun/asyncCall Move N.rollup/powerSet/permutations/orderedPermutations/cartesianProduct/parse to Iterables. Move Optional/OptionalInt/.../Nullable/Holder/... to u.Optional/OptionalInt/.../Nullable/Holder/... avoid to the potential conflict with java Optional/OptionalInt.... To Migrate to this new version by searching and replacing abacus.util.Optional/Nullable/... with abacus.util.u.Optional/Nullable... Improvements and bug fix.
1.5.7
1.5.6
Move f.copy(Class<T[][]>, Object[][] to N. Remove Collectors.pairing, replaced by Collectors.combine. Change the implementation of ParallelArrayStream/ParallelIteratorStream.collect(Collector): All Collector will be executed with multiple threads, regardless the Characteristics. Improvements and bug fix.