E1 - Type of the first free variable, i.e. the element the closure is called on.E2 - Type of the second free variable, i.e. the element the closure is called on.E3 - Type of the third free variable, i.e. the element the closure is called on.public interface GridPredicate3<E1,E2,E3>
This form of predicate is essentially a syntactic "sugar" providing shorter syntax for:
... GridPredicate<GridTuple3<E1, E2, E3>> ...
P3 class or various factory methods in
GridFunc class. Note, however, that since typedefs in Java rely on inheritance you should
not use these type aliases in signatures.
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(E1 e1,
E2 e2,
E3 e3)
Predicate body.
|
boolean apply(E1 e1, E2 e2, E3 e3)
e1 - First bound free variable, i.e. the element the closure is called or closed on.e2 - Second bound free variable, i.e. the element the closure is called or closed on.e3 - Third bound free variable, i.e. the element the closure is called or closed on.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018