Lambda表达式之List条件filter过滤

List<CourseLessonExt> Taglist=courseLessonExtList.stream() .filter(CourseLessonExt->(CourseLessonExt.getType()==3)) .collect(Collectors.toList());
相关文章
相关标签/搜索