What is a boolean method (also known as a predicate)?

Any method that produces either true or false as a result.
  • Any method that doesn't return a result.
  • Any method that produces a number as a result
  • Any method that produces an object as a result.

There are not hints for this question