官术网_书友最值得收藏!

  • Spring 5.0 By Example
  • Claudio Eduardo de Oliveira
  • 70字
  • 2021-06-24 19:17:36

Keeping the news safely

Also, we need to check if the news is fully revised by all mandatory reviewers. It is quite simple, we are using Java 8, and it provides the amazing Stream interface, which makes the collections interactions easier than before. Let's do this:

public Boolean revised() {
return this.mandatoryReviewers.stream().allMatch(reviewer -> this.reviewers.stream()
.anyMatch(review -> reviewer.id.equals(review.userId) && "approved".equals(review.status)));
}

Thanks, Java 8, we appreciate it.

主站蜘蛛池模板: 西林县| 咸丰县| 中牟县| 体育| 吉林市| 鄂伦春自治旗| 渑池县| 五河县| 通河县| 家居| 巴青县| 栾川县| 安康市| 合江县| 乌拉特前旗| 南部县| 侯马市| 岗巴县| 铜陵市| 郴州市| 维西| 怀化市| 冕宁县| 延庆县| 永康市| 泸溪县| 内江市| 西畴县| 北京市| 杭州市| 托里县| 玛纳斯县| 五家渠市| 攀枝花市| 开平市| 枣阳市| 垦利县| 新蔡县| 灵宝市| 涞源县| 贵南县|