Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
The IPredicate type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetFactoryId | Returns DataSerializableFactory factory id for this class. (Inherited from IIdentifiedDataSerializable.) |
![]() | GetId | Returns type identifier for this class. (Inherited from IIdentifiedDataSerializable.) |
![]() | ReadData | Reads fields from the input stream (Inherited from IIdentifiedDataSerializable.) |
![]() | WriteData | Writes object fields to output stream (Inherited from IIdentifiedDataSerializable.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | And | (Defined by PredicateExt.) |
![]() | Not | (Defined by PredicateExt.) |
![]() | Or | (Defined by PredicateExt.) |
See Also