Skip to content

1.2.0

Compare
Choose a tag to compare
@sd4324530 sd4324530 released this 28 Jun 13:46
· 52 commits to master since this release
  1. 新增优雅工具类Tuples,实现优雅使用元组,如下:
import static com.github.sd4324530.jtuple.Tuples.tuple;
Tuple2<String, Integer> tuple = tuple("test", 123);
  1. 删除过期方法Tuple.withList

  2. 完善测试用例,完善文档