Skip to content

3.0.0: Value object protocol

Choose a tag to compare

@thekid thekid released this 01 Jun 18:57
· 263 commits to master since this release
  • Renamed whenNull() to whenAbsent() in util.data.Optional. This is
    more consistent with the present() method. See pull request #23
    (@thekid)
  • Implemented Optional::toString(), equals() and hashCode() - @thekid
  • Implemented Sequence::toString(), equals() and hashCode() - @thekid