Interface EncoderProvider.Factory<T>

  • All Superinterfaces:
    java.util.function.Function<org.apache.beam.sdk.coders.Coder<T>,​org.apache.spark.sql.Encoder<T>>
    Enclosing interface:
    EncoderProvider

    public static interface EncoderProvider.Factory<T>
    extends java.util.function.Function<org.apache.beam.sdk.coders.Coder<T>,​org.apache.spark.sql.Encoder<T>>
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose