Click or drag to resize

ViewBuilderMap Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The IValueExtractor that this view will use to transform the results from the underlying cache prior to storing them locally.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public ViewBuilder Map(
	IValueExtractor mapper
)

Parameters

mapper
Type: Tangosol.UtilIValueExtractor
The IValueExtractor that will be used to transform values retrieved from the underlying cache before storing them locally; if specified, this view will become read-only.

Return Value

Type: ViewBuilder
This ViewBuilder.
See Also