list.stream.map的使用

抽取对象中所有id的集合

List idList = ObjectList.stream.map(Object::getId).collect(Collectors.toList());

你可能感兴趣的:(java知识点)