Page 1 of 1

About Question enthuware.ocpjp.ii.v11.2.3327 :

Posted: Wed Feb 19, 2020 1:25 pm
by jackdaniels
Regarding the explanation for option 3
The lambda expression b->b.getGenre() cannot implement Predicate and so, this code will not even compile.
Should this have said
The lambda expression b->b.getAuthor() cannot implement Predicate and so, this code will not even compile.
?

Re: About Question enthuware.ocpjp.ii.v11.2.3327 :

Posted: Wed Feb 19, 2020 6:11 pm
by admin
You are right. Fixed.
thank you for your feedback!