@JosePaumard 
#J8Stream 
Interface Predicate: patterns 
Predicate<Integer> p1 = i -> i > 20 ; 
Predicate<Integer> p2 = i -...