Skip to content

1.2.0

Latest

Choose a tag to compare

@jocmer-codex jocmer-codex released this 07 Aug 22:30
6f9da1a

Combine up to 4 results -> chain .combineWith() up to four Results and merge their contents with mergeMap, mergeFlatMap or unwrapFlatMap.
Safer content access-> elseGetContent now uses Optional when the content might be null.
Better docs -> all public APIs are now fully documented.
Stability fix -> resolved a flaky test due to unordered collections.