// ラムダ式 boolean b = strs.stream().anyMatch(s -> s.equals("fuga")); System.out.println(b);
本文标题:anyMatch
本文链接:https://www.haomeiwen.com/subject/zueeeftx.html
网友评论