IPredicateTKey, TValue InterfaceHazelcast .Net Client Class Library

Note: This API is now obsolete.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.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

  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

Reference