Skip to content

v0.1.8

Choose a tag to compare

@burukeYou burukeYou released this 11 Dec 10:57
· 17 commits to main since this release

新增特性

  • isContains
  • isContainValue
  • anyMatch
  • anyMatchValue
  • allMatch
  • allMatchValue
  • noneMatch
  • noneMatchValue
  • hasNullValue

优化特性

  • toMap 返回的是 LinkedHashMap 保持有序性

bug修复

  • #23 map null空指针问题修复