We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8b972 commit b761fd2Copy full SHA for b761fd2
1 file changed
README.md
@@ -99,7 +99,8 @@ Map<String,Seven> map=new ResWrapperObj(Seven) {
99
}).
100
Process((HashMap<String, String> o) -> {}
101
).FilterCol(() -> new String[]{}
102
- ).Filter((HashMap<String, String> o) -> o.get("创建人") != null &&
+ ).Filter((HashMap<String, String> o) -> o.get("创建人") !=
103
+ null &&o.get("创建人").length() > 4).<Map>CreateMap("创建人"));
104
```
105
## 效果
106

0 commit comments