| Package | Description |
|---|---|
| org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.
|
| Class and Description |
|---|
| Collectable
A common super type for types like
Seq or
Window delegating common aggregation functions to
Collectable
|
| Seq
A sequential, ordered
Stream that adds all sorts of useful methods that work only because it is sequential and ordered.
|
| Window
A window containing the data for its partition, to perform calculations upon.
|
| WindowSpecification
A specification for a
Window.
|