T1 - the first element TypeT2 - the second element TypeT3 - the third element Typepublic interface TernaryPredicate<T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T1 first,
T2 second,
T3 third) |
Copyright © 2016. All rights reserved.