Desnowy

Results 3 issues of Desnowy

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...

enhancement

Hi, vavr just has zip tuple2 and unzip tuple2/tuple3, and will develop more degree zip and unzip function?

# Problem Example build error SQL when Sqls parameter is empty, due to criterion may be empty sometimes. # Example ```JAVA mapper.selectByExample( Example.builder(Foo.class) .where(Sqls.custom()) .orderByDesc(Foo.CODE) .build() ) ``` Generated the...