Open ddebrunner opened 8 years ago
Allows creation of a stream window with the same configuration as an existing window.
// Create a new window with the same configuration as another window TWindow<T,Object> window(TWindow<?,?> configWindow);
TWindow<T,Object> window(TWindow<?,?> configWindow);
I think the signature needs to be:
Allows creation of a stream window with the same configuration as an existing window.
// Create a new window with the same configuration as another window
TWindow<T,Object> window(TWindow<?,?> configWindow);