Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Construct a logical filter that applies a binary operator to a
filter array.
Namespace:
Tangosol.Util.FilterAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
protected ArrayFilter( IFilter[] filters ) |
Parameters
- filters
- Type: array<
Tangosol.Util..::.IFilter
>[]()[]
The filter array.
Remarks
The result is defined as:
CopyC#
filters[0] <op> filters[1] ... <op> filters[n]