public abstract boolean test (T t, U u)

Evaluates this predicate on the given arguments.

Parameters:
t    the first input argument
u    the second input argument

Returns:  true if the input arguments match the predicate, otherwise false