Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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