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