Uses of Interface
org.jooq.lambda.Collectable
-
Packages that use Collectable Package Description org.jooq.lambda This package contains useful extensions for interoperation with Java 8's lambda expressions andFunctionalInterface
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, 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 Collectable Modifier and Type Class Description (package private) class
SeqImpl<T>
(package private) class
WindowImpl<T>
-