E - Type of predicate parameter.public interface GridPredicate<E> extends Serializable
true or false. In
GridGain, predicates are generally used for filtering nodes within grid projections, or for
providing atomic filters when performing cache operation, like in
GridCacheProjection.put(Object, Object, GridPredicate[]) method.boolean apply(E e)
e - Predicate parameter.Copyright © 2014. All rights reserved.