| Package | Description |
|---|---|
| org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Seq<T>
A sequential, ordered
Stream that adds all sorts of useful methods that work only because it is sequential and ordered.
|
interface |
Window<T>
A window containing the data for its partition, to perform calculations upon.
|