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

All Superinterfaces:
Serializable
All Known Subinterfaces:
IndexAwarePredicate
All Known Implementing Classes:
PredicateBuilder, Predicates.AbstractPredicate, Predicates.AndOrPredicate, Predicates.BetweenPredicate, Predicates.EqualPredicate, Predicates.GreaterLessPredicate, Predicates.InPredicate, Predicates.LikePredicate, Predicates.NotEqualPredicate, Predicates.NotPredicate, Predicates.RegexPredicate, SqlPredicate

public interface Predicate<K,V>
extends Serializable


Method Summary
 boolean apply(MapEntry<K,V> mapEntry)
           
 

Method Detail

apply

boolean apply(MapEntry<K,V> mapEntry)


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.