Uses of Package
org.jooq.lambda
Packages that use org.jooq.lambda
Package
Description
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface
types.This package contains tuple types of various degrees.
-
Classes in org.jooq.lambda used by org.jooq.lambdaClassDescriptionA common super type for types like
Seq
orWindow
delegating common aggregation functions toCollectable.collect(Collector)
A sequential, orderedStream
that adds all sorts of useful methods that work only because it is sequential and ordered.Lazily consumes givenSpliterator
throughSeq
s provided by methodseq()
.A window containing the data for its partition, to perform calculations upon.A specification for aWindow
. -
Classes in org.jooq.lambda used by org.jooq.lambda.tuple