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