Skip to content

1.5.8

Compare
Choose a tag to compare
@landawn landawn released this 24 Mar 05:23
· 63 commits to master since this release
 
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.