14.1.3 Last line of point 4

thumb
You could create a Predicate out of the equals method like this - Predicate equals = Predicate.isEquals(c1);.
Status:
Fixed
Fixedinbuild:
1.21
Newtext:
You could create a Predicate out of the equals method like this - Predicate equals = Predicate.isEqual(c1);.
Comments:
It should be isEqual instead of isEquals.
Reportedby:
ardurn

 Back