Interface BiPredicate<T,U>
public interface BiPredicate<T,U>
- Since:
- 29/11/2016
-
Method Summary
-
Method Details
-
test
Evaluates this predicate on the given arguments.- Parameters:
t- the first input argumentu- the second input argument- Returns:
trueif the input arguments match the predicate, otherwisefalse
-