Note: This API is now obsolete.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
[ObsoleteAttribute("Use non generic version, IPredicate instead.")] public interface IPredicate<TKey, TValue> : IPredicate, IIdentifiedDataSerializable
Type Parameters
- TKey
- TValue
The IPredicateTKey, TValue 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.) |
See Also