T1
- the first valueT2
- the second valuepublic interface BiPredicate<T1,T2>
Modifier and Type | Method and Description |
---|---|
boolean |
test(T1 t1,
T2 t2)
Test the given input values and return a boolean.
|
Copyright © 2019. All rights reserved.