Package org.apache.ignite.lang
Interface IgnitePredicate<E>
- Type Parameters:
E- Type of predicate parameter.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AlwaysFalsePredicate
Defines a predicate which accepts a parameter and returns
true or false.-
Method Summary
-
Method Details
-
apply
Predicate body.- Parameters:
e- Predicate parameter.- Returns:
- Return value.
-