Interface TwoOutputApplyPartitionFunction<OUT1,​OUT2>

  • All Superinterfaces:
    org.apache.flink.api.common.functions.Function, Serializable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    @Experimental
    public interface TwoOutputApplyPartitionFunction<OUT1,​OUT2>
    extends org.apache.flink.api.common.functions.Function
    A function to be applied to all partitions with two outputs.