T1 - 1st type argumentT2 - 2nd type argumentT3 - 3th type argumentT4 - 4th type argument@FunctionalInterface public interface Predicate4<T1,T2,T3,T4>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T1 t1,
T2 t2,
T3 t3,
T4 t4)
Test the predicate.
|
Copyright © 2021. All rights reserved.