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 andFunctionalInterfacetypes. -
-
Uses of Collectable in org.jooq.lambda
Subinterfaces of Collectable in org.jooq.lambda Modifier and Type Interface Description interfaceSeq<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 Collectable Modifier and Type Class Description (package private) classSeqImpl<T>(package private) classWindowImpl<T>
-