Skip to content

v2.1.0

Compare
Choose a tag to compare
@2bllw8 2bllw8 released this 15 Oct 14:31
· 46 commits to main since this release
  • Add Either<A, B>#forEach(Consumer<A>, Consumer<B>) function: execute a given side effect function depending on whether the Either instance is a Left or Right.
  • Enforced compilation of Java 8 byte-code