Skip to content

5.0.0

Compare
Choose a tag to compare
@nlfiedler nlfiedler released this 20 Sep 15:33
· 131 commits to master since this release

Changed

  • BREAKING CHANGE: can no longer pass null to Result. The rectifies the inconsistent handling of null values with regards to Option and Result.
  • kranfix: refactored Option<T extends Object> to fix Result<int?, Exception>.ok(null).ok()
  • kranfix: refactored Result<T extends Object, E extends Object> to fix Result<int?, Exception>.ok(null)