T - first input argument typeU - second input argument typepublic interface BiPredicate<T,U>
Predicate.
This is a custom bi-predicate for JDK6 support.Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t,
U u)
Evaluates this predicate on the given arguments.
|
Copyright © 2020. All rights reserved.