nestingLee
Results
2
issues of
nestingLee
请问镜像还更新吗?,现在gitlab12.*了
public List convert(List source, Class targetType) { if (source == null || source.isEmpty()) { return new ArrayList(); } return source.stream().map(item -> convert(item, targetType)).collect(Collectors.toList()); }