Skip to content

Release Candidate: 0.2.0-rc.1

Latest
Compare
Choose a tag to compare
@RezzedUp RezzedUp released this 04 Feb 20:24
· 3 commits to main since this release

This is not a full release because things may still change, and more importantly, documentation/tests are incomplete.

Add

  • Checked versions for every functional interface in the java.util.function package.
  • Sneaky utility which sneakily rethrows checked exceptions.

Change

  • Attempt is now a functional interface offering many additional ways to run potentially exceptional actions and retrieve values.
    • Attempt.ignoring(...) is now: Attempt.ignoring().run(...)

Full Changelog: v0.1.0...v0.2.0-rc.1

Maven

<dependency>
  <groupId>com.rezzedup.util</groupId>
  <artifactId>exceptional</artifactId>
  <version>0.2.0-rc.1</version>
</dependency>