Skip to content

wlx381144235/lambda-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

这是lambda的一些学习demo 因为在工作中使用到的挺多的,所以打算再继续系统的学习一下吧

List<String> list = new ArrayList<String>();
		list.add("I am a boy");
		list.add("I love the girl");
		list.add("But the girl loves another girl");
		List<String> copy = list.stream().map(e -> e.split(" ")).flatMap(Arrays::stream).distinct().collect(Collectors.toList());

接下来老子就试试dev开发之后merge到master 再次测试

About

learn of lambda at date of 3.26

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages