Java 8 dowolne listy

boolean isAnyMatch = list2.stream().anyMatch(list1::contains);
Handsome Hawk