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>