Class FlatMapElements<InputT,OutputT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<? extends InputT>,PCollection<OutputT>>
org.apache.beam.sdk.transforms.FlatMapElements<InputT,OutputT>
All Implemented Interfaces:
Serializable, HasDisplayData

public class FlatMapElements<InputT,OutputT> extends PTransform<PCollection<? extends InputT>,PCollection<OutputT>>
PTransforms for mapping a simple function that returns iterables over the elements of a PCollection and merging the results.
See Also: