public static final class FlatMapElements.MissingOutputTypeDescriptor<InputT,OutputT> extends Object
FlatMapElements transform. To complete the transform,
provide an output type descriptor to withOutputType(org.apache.beam.sdk.values.TypeDescriptor<OutputT>). See
FlatMapElements.via(SerializableFunction) for a full example of use.| Modifier and Type | Method and Description |
|---|---|
FlatMapElements<InputT,OutputT> |
withOutputType(TypeDescriptor<OutputT> outputType) |
public FlatMapElements<InputT,OutputT> withOutputType(TypeDescriptor<OutputT> outputType)