随笔分类 -  java8新特性

记录项目中使用到的java8新特性
该文被密码保护。
posted @ 2023-02-03 09:22 百思得其姐 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-01-30 16:41 百思得其姐 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-24 11:07 百思得其姐 阅读(0) 评论(0) 推荐(0)
摘要:工作中遇到stream不懂,在这里记录一下需求,想在一个对象的集合中获取一个只有id的集合List<A> A是一个对象 ,里面有一个String id属性 ,想要得到List<String> idList<A> as;List<String> categoryIds =as.stream().map 阅读全文
posted @ 2020-10-30 15:24 百思得其姐 阅读(3035) 评论(0) 推荐(0)