Sybex:
Java 8 OCA/OCP Practice Tests Chapter 23(OCP Practice Exam) question 58 typo in explanation page 414 explanation at page 559
58. C. The filter() method passes two of the three elements of the stream through to the terminal operation.
This is "redundant" since the terminal operation checks the same Predicate.
TYPO: It is NOT redundant because omitting "filter(pred)" gives false at allMatch.
by alinvlad05