.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Util.Filter
LessFilter Class
LessFilter Constructor
LessFilter Constructor
LessFilter Constructor (String, Double)
LessFilter Constructor (String, IComparable)
LessFilter Constructor (String, Int32)
LessFilter Constructor (String, Int64)
LessFilter Constructor (String, Single)
LessFilter Constructor (IValueExtractor, IComparable)
LessFilter Constructor (IValueExtractor, IComparable)
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a
LessFilter
for testing "Less" condition.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
LessFilter
(
IValueExtractor
extractor
,
IComparable
value
)
Parameters
extractor
Type:
Tangosol.Util
IValueExtractor
The
IValueExtractor
to use by this filter.
value
Type:
System
IComparable
The object to compare the result with.
See Also
Reference
LessFilter Class
LessFilter Overload
Tangosol.Util.Filter Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.