public static interface ReactiveMapReduceOperation.MapReduceWithMapFunction<T>
function() used to map matching documents.| Modifier and Type | Method and Description |
|---|---|
ReactiveMapReduceOperation.MapReduceWithReduceFunction<T> |
map(String mapFunction)
Set the Javascript map
function(). |
ReactiveMapReduceOperation.MapReduceWithReduceFunction<T> map(String mapFunction)
function().mapFunction - must not be null nor empty.ReactiveMapReduceOperation.MapReduceWithReduceFunction.IllegalArgumentException - if mapFunction is null or empty.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.