@FunctionalInterface
public abstract interface Predicate<T>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents a predicate (boolean-valued function) of one argument.

This is a functional interface whose functional method is test(Object).

Parameters:
<T>    the type of the input to the predicate

Since:  1.8