Skip to content

Releases: quiram/java-utils

Add utility to cross-product streams

03 Apr 15:20
Compare
Choose a tag to compare

See Streams#crossProduct(Stream, Stream)

improve random utils

03 Oct 12:38
Compare
Choose a tag to compare
v6.1.0

add wrapper to call consumers suppressing exceptions

Refresh

16 Oct 09:40
adf2732
Compare
Choose a tag to compare

Added a bunch of new features, included new Random items generation, new collectors, exception handling, and more.

v5.0.1

26 Apr 16:57
Compare
Choose a tag to compare
fix argument check in Collections.transpose(List<List<T>>)

v5.0.0

26 Apr 15:31
Compare
Choose a tag to compare
make argument checkers expect the pass condition, not the failure one

v4.6.0

26 Apr 15:00
Compare
Choose a tag to compare
add more flexible ways to check arguments

v4.5.0

25 Apr 11:23
Compare
Choose a tag to compare
add transpose method for lists of lists

v4.4.0

23 Apr 21:45
Compare
Choose a tag to compare
add non-overloading forms of the merge helpers

v4.3.0

23 Apr 19:32
Compare
Choose a tag to compare
add helpers to merge maps and sets

v4.2.0

23 Apr 18:43
Compare
Choose a tag to compare
add helper method to create map from a list, choosing keys and values