Interface OneInputWindowStreamProcessFunction<IN,OUT>

Type Parameters:
IN - The type of the input value.
OUT - The type of the output value.
All Superinterfaces:
org.apache.flink.api.common.functions.Function, ProcessFunction, Serializable, WindowProcessFunction

@Experimental public interface OneInputWindowStreamProcessFunction<IN,OUT> extends WindowProcessFunction
A type of WindowProcessFunction for one-input window processing.