Lambda表達式之List條件filter過濾

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