com.hazelcast.query
Interface Predicate<K,V>

Type Parameters:
K -
V -
All Superinterfaces:
Serializable
All Known Subinterfaces:
IndexAwarePredicate
All Known Implementing Classes:
PagingPredicate, PredicateBuilder, Predicates.AbstractPredicate, Predicates.AndPredicate, Predicates.BetweenPredicate, Predicates.EqualPredicate, Predicates.GreaterLessPredicate, Predicates.ILikePredicate, Predicates.InPredicate, Predicates.LikePredicate, Predicates.NotEqualPredicate, Predicates.NotPredicate, Predicates.OrPredicate, Predicates.RegexPredicate, SessionAttributePredicate, SqlPredicate, TruePredicate

public interface Predicate<K,V>
extends Serializable

Predicate instance must be thread-safe. apply(java.util.Map.Entry) is called by multiple threads concurrently.


Method Summary
 boolean apply(Map.Entry<K,V> mapEntry)
           
 

Method Detail

apply

boolean apply(Map.Entry<K,V> mapEntry)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.