Interface WindowFunction<X,T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Public @Stable @FunctionalInterface public interface WindowFunction<X,T>
This is the interface of the windowed function api. The process method is called for every triggered window.