IPredicateTKey, TValue Interface |
Note: This API is now obsolete.
Namespace: Hazelcast.Core
[ObsoleteAttribute("Use non generic version, IPredicate instead.")] public interface IPredicate<TKey, TValue> : IPredicate, IIdentifiedDataSerializable
The IPredicateTKey, TValue type exposes the following members.
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.) |
Name | Description | |
---|---|---|
And | (Defined by PredicateExt.) | |
Not | (Defined by PredicateExt.) | |
Or | (Defined by PredicateExt.) |