T - Type of the input data.R - Type of the output data.@FunctionalInterface public interface FlatMapFunction<T,R> extends Function
| Modifier and Type | Method and Description |
|---|---|
void |
flatMap(T value,
Collector<R> collector) |
loadCheckpoint, saveCheckpointCopyright © 2020. All rights reserved.