Click or drag to resize

IPredicate Interface

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public interface IPredicate : IIdentifiedDataSerializable

The IPredicate type exposes the following members.

Methods
  NameDescription
Public methodGetFactoryId
Returns DataSerializableFactory factory id for this class.
(Inherited from IIdentifiedDataSerializable.)
Public methodGetId
Returns type identifier for this class.
(Inherited from IIdentifiedDataSerializable.)
Public methodReadData
Reads fields from the input stream
(Inherited from IIdentifiedDataSerializable.)
Public methodWriteData
Writes object fields to output stream
(Inherited from IIdentifiedDataSerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodAnd (Defined by PredicateExt.)
Public Extension MethodNot (Defined by PredicateExt.)
Public Extension MethodOr (Defined by PredicateExt.)
Top
See Also