List<Obj> test= objList.stream().filter(s -> s.getLicence() != null && s.getLicence().equals(obj.getLicence())).collect(Collectors.<Obj>toList());
java 集合查找
原文:https://www.cnblogs.com/kkvt/p/14818826.html