Interface ExpandContext.DoFnProvider

  • Enclosing class:
    ExpandContext

    public static interface ExpandContext.DoFnProvider
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <K,​V>
      org.apache.beam.sdk.transforms.DoFn<org.apache.beam.sdk.values.KV<K,​V>,​?>
      getDoFn()  
    • Method Detail

      • getDoFn

        <K,​V> org.apache.beam.sdk.transforms.DoFn<org.apache.beam.sdk.values.KV<K,​V>,​?> getDoFn()