Click or drag to resize

ComparableMin Constructor (IValueExtractor, IComparer)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a ComparableMin aggregator.

Namespace:  Tangosol.Util.Aggregator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public ComparableMin(
	IValueExtractor extractor,
	IComparer comparer
)

Parameters

extractor
Type: Tangosol.UtilIValueExtractor
The extractor that provides an object to be compared.
comparer
Type: System.CollectionsIComparer
The comparer used to compare the extracted object.
See Also