| Package | Description |
|---|---|
| org.apache.flink.api.java |
| Modifier and Type | Method and Description |
|---|---|
<R> MapOperator<T,R> |
DataSet.map(MapFunction<T,R> mapper)
Applies a Map transformation on a
DataSet.The transformation calls a RichMapFunction for each element of the DataSet. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.