Interface WriteToText.FieldFn<InputT>
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- WriteToText<InputT>
public static interface WriteToText.FieldFn<InputT> extends java.io.SerializableASerializablefunction from aDoFn.ProcessContextandBoundedWindowto the value for that field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectapply(org.apache.beam.sdk.transforms.DoFn.ProcessContext context, org.apache.beam.sdk.transforms.windowing.BoundedWindow window)
-