Part of a chain of responsibility. It must tell if it is able to handle a request, and then handle it.
ANY
True if the handler can indeed handle a request from the given chain of responsibility.