Cast predicate methods to boolean
These predicate alias methods have nil as a possible return value, which can cause potential confusion if we attempt to use their actual return value rather than testing for its boolean nature. This raises problems specifically in APIs where we expose the return value as a string, for instance.
Showing
Please register or sign in to comment