Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

IEntryFilter provides an extension to IFilter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public interface IEntryFilter : IFilter

See Also