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

  • 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.

主站蜘蛛池模板: 杭州市| 滦南县| 麻阳| 石棉县| 屏东市| 郓城县| 利津县| 青冈县| 崇礼县| 桂阳县| 揭阳市| 柘荣县| 句容市| 仲巴县| 邮箱| 鹤峰县| 神池县| 平泉县| 浠水县| 呼玛县| 昆山市| 福贡县| 晋宁县| 大厂| 南陵县| 铁岭市| 休宁县| 临湘市| 偃师市| 全椒县| 湄潭县| 松滋市| 西峡县| 西充县| 西吉县| 库尔勒市| 德州市| 永登县| 阿拉善右旗| 黄骅市| 阳信县|