IPredicate Interface
Namespace: Hazelcast.Query
Assembly: Hazelcast.Net.dll
A place holder interface for com.hazelcast.query.Predicate
on server side.
public interface IPredicate
Remarks
All builtin predicates can be accessed via Predicates static class.
A custom predicate must be serializable via Hazelcast serialization, and have a counterpart on the server.