-
- All Known Implementing Classes:
WindowSpecificationImpl
public interface WindowSpecification<T>A specification for aWindow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlower()The window's lower frame bound.java.util.Optional<java.util.Comparator<? super T>>order()The window order.java.util.function.Function<? super T,?>partition()The window partition function.longupper()The window's upper frame bound.
-