...
We have added two methods which augment the Integer methods by providing the greaterThanAll method. Categories follow conventions where they are defined as static methods with a special first parameter representing the class we which wish to extend. The greaterThanAll(Integer self, others) static method becomes the greaterThanAll(other) instance method.
...