A predicate interface is a functional interface that represents a boolean condition. It has a single abstract method, test, that takes an object as an argument and returns true or false. You can use ...