Uses of Interface
org.jooq.lambda.Collectable

Packages that use Collectable
Package
Description
This package contains useful extensions for interoperation with Java 8's lambda expressions and FunctionalInterface types.
  • Uses of Collectable in org.jooq.lambda

    Subinterfaces of Collectable in org.jooq.lambda
    Modifier and Type
    Interface
    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 
    A window containing the data for its partition, to perform calculations upon.