Skip to content

Releases: google/mug

Release 5.6

01 Nov 00:42

Choose a tag to compare

  • Joiner
  • More parameter overloads of BiStream.of()

mug-root-5.5

18 Jul 06:05

Choose a tag to compare

  • BiStream.repeat() for lazy paginated stream

Release 5.4

25 May 05:54

Choose a tag to compare

  • BiStream groupConsecutiveIf(), groupConsecutiveBy().
  • BiCollectors.collectingAndThen(Function).

Release 5.3

15 Apr 00:53

Choose a tag to compare

  • MoreCollections.findFirstElements(), MoreCollections.findOnlyElements() and MoreCollectors.onlyElements() to handle short lists with lambda.

Release 5.2

18 Dec 20:56

Choose a tag to compare

Release 5.1

05 Dec 06:56

Choose a tag to compare

  • BiOptional orElse(a, b), orElseThrow().
  • Both<A, B> and collectors.

Release 5.0

20 Nov 07:24

Choose a tag to compare

  • BiOptional
  • BiStream#findFirst(), BiStream#findAny()
  • BiStream#collect(container, accumulator)

Release 4.8

23 Sep 06:32

Choose a tag to compare

  • flatMapping() to BiStream
  • BiComparator

Release 4.7

04 Sep 19:22

Choose a tag to compare

  • mug-guava artifact with Guava specific collectors and BiCollectors
  • BiStream mapKeysIfPresent(), mapValuesIfPresent().

Release 4.6

14 Aug 06:42

Choose a tag to compare

  • Substring removeAllFrom(), replaceAllFrom(), delimit(), iterateIn() etc.
  • split() strings to Map, Multimap, BiStream or custom collection.
  • MoreStreams.flatteningMaps()