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