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

IFilter which compares the result of a member invocation with a value for pattern match.

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

Syntax

Remarks

A pattern can include regular characters and wildcard characters '_' and '%'.

During pattern matching, regular characters must exactly match the characters in an evaluated string. Wildcard character '_' (underscore) can be matched with any single character, and wildcard character '%' can be matched with any string fragment of zero or more characters.

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Filter..::.ExtractorFilter
    Tangosol.Util.Filter..::.ComparisonFilter
      Tangosol.Util.Filter..::.LikeFilter

See Also