Interface BiPredicate<T,U>
-
public interface BiPredicate<T,U>
- Since:
- 29/11/2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t, U u)
Evaluates this predicate on the given arguments.
-