E
- Type of predicate parameter.public interface IgnitePredicate<E> extends Serializable
true
or false
. In
Ignite, predicates are generally used for filtering nodes within grid projections, or for
providing atomic filters when performing cache operation, like in
CacheProjection.put(Object, Object, IgnitePredicate[])
method.boolean apply(E e)
e
- Predicate parameter.
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015