- All Known Implementing Classes:
WindowSpecificationImpl
public interface WindowSpecification<T>
A specification for a
Window
.-
Method Summary
-
Method Details
-
partition
The window partition function. -
order
Optional<Comparator<? super T>> order()The window order. -
lower
long lower()The window's lower frame bound. -
upper
long upper()The window's upper frame bound.
-