Skip to content

either 1.4

Compare
Choose a tag to compare
@h908714124 h908714124 released this 19 Jul 17:43
· 38 commits to main since this release
  • refactoring: inline internal helper methods to improve readability
  • add optionalList, a static utility method that converts from List<E> to Optional<List<E>>, by mapping an empty List to an empty Optional, which can make it easier to express certain filter operations