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.lambdaModifier and TypeInterfaceDescriptioninterface
Seq<T>
A sequential, orderedStream
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.Classes in org.jooq.lambda that implement CollectableModifier and TypeClassDescription(package private) class
SeqImpl<T>
(package private) class
WindowImpl<T>