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 TypeInterfaceDescriptioninterfaceSeq<T>A sequential, orderedStreamthat adds all sorts of useful methods that work only because it is sequential and ordered.interfaceWindow<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) classSeqImpl<T>(package private) classWindowImpl<T>