Skip to content

Releases: google/mug

Mug 1.12

18 Apr 23:55
Compare
Choose a tag to compare
  • BiStream.from(Map) convenience method

Mug 1.11

28 Mar 02:11
Compare
Choose a tag to compare
  • Optimized BiStream to save intermediary Map.Entry allocations for sequential stream.
  • biStream(stream, T::getKey, T::getValue).

Mug 1.10

11 Feb 17:21
Compare
Choose a tag to compare
  • BiStream.neighbors() to return neighboring pairs from a stream.
  • Bug fixes.
  • Deprecated API deleted.

Mug 1.9

30 Nov 18:02
Compare
Choose a tag to compare
  • MoreStreams.generate() for generating infinite and finite streams.
  • MoreStreams.flatten() as a short-circuitable flatMap(). Especially useful to be called recursively in a long or infinite stream.

Mug 1.8

05 Oct 05:16
Compare
Choose a tag to compare

Don't use exception serialization in Maybe.orElseThrow().

Not wrapping the exception may even be a lesser evil compared to serialization, especially for platforms like GWT, Android etc.

Users are however strongly encouraged to use orElseThrow(WrapperException::new).

Mug 1.5

13 May 02:20
Compare
Choose a tag to compare
  • BiCollection as a BiStream-able type.

Mug 1.2

29 Apr 04:15
Compare
Choose a tag to compare
  • BiStream.toMap()
  • BiStream.toConcurrentMap()
  • BiStream.collect()
  • BiCollector

Mug 1.1

19 Apr 23:48
Compare
Choose a tag to compare
  • Parallelizer
  • BiStream
  • MoreStreams

Mug 1.0

16 Feb 05:29
Compare
Choose a tag to compare
  • Retryer
  • Maybe
  • Funnel
  • Iterate
  • CheckedFunction(s)/CheckedSupplier/CheckedConsumer