Pg 375 : 12.5.3 Last line of point 4

Date: 2020-03-31
Status: Fixed
Fixedinbuild:
29
Old Text:
You could create a Predicate out of the equals method like this - Predicate equals = Predicate.isEquals(c1);.
New Text:
You could create a Predicate out of the equals method like this - Predicate equals = Predicate.isEqual(c1);
Comments:
It should be isEquals instead of isEquals.
Reportedby:
ardurn

 Back