Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Construct a logical filter that applies a binary operator to a
filter array.
Namespace:
Tangosol.Util.FilterAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
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]