GreaterEqualsFilter Constructor (IValueExtractor, IComparable) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a GreaterEqualFilter for testing "Greater or Equal"
condition.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic GreaterEqualsFilter(
IValueExtractor extractor,
IComparable value
)
Parameters
- extractor
- Type: Tangosol.UtilIValueExtractor
The IValueExtractor to use by this filter.
- value
- Type: SystemIComparable
The object to compare the result with.
See Also