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 andFunctionalInterfacetypes.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 likeSeqorWindowdelegating common aggregation functions toCollectable.collect(Collector)Partition SameExecutorCompletionStage Seq A sequential, orderedStreamthat adds all sorts of useful methods that work only because it is sequential and ordered.SeqBuffer Lazily consumes givenSpliteratorthroughSeqs 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, orderedStreamthat adds all sorts of useful methods that work only because it is sequential and ordered.