| Package | Description | 
|---|---|
| org.jooq.lambda | 
 This package contains useful extensions for interoperation with Java 8's lambda expressions and
  
FunctionalInterface types. | 
| org.jooq.lambda.tuple | 
 This package contains tuple types of various degrees. 
 | 
| Class | Description | 
|---|---|
| Collectable | 
 A common super type for types like  
Seq or Window delegating
 common aggregation functions to Collectable.collect(Collector) | 
| 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. | 
| Class | Description | 
|---|---|
| Seq | 
 A sequential, ordered  
Stream that adds all sorts of useful methods that work only because
 it is sequential and ordered. | 
Copyright © 2018. All rights reserved.