All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.univapay.sdk.utils.streams.WindowSize Maven / Gradle / Ivy

The newest version!
package com.univapay.sdk.utils.streams;

// The window size class exists because it is too easy to mix up the timeSpan and number of
// on WindowOptions.
public class WindowSize {
  public final long size;

  public WindowSize(long size) {
    this.size = size;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy