14.1.3 Last line of point 4

You could create a Predicate out of the equals method like this - Predicate equals = Predicate.isEquals(c1);.
image
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