public static interface WriteToText.FieldFn<InputT>
extends java.io.Serializable
Serializable function from a DoFn.ProcessContext and BoundedWindow to
the value for that field.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(org.apache.beam.sdk.transforms.DoFn.ProcessContext context,
org.apache.beam.sdk.transforms.windowing.BoundedWindow window) |