Uses of Class
org.jooq.lambda.Partition
Packages that use Partition
Package
Description
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface
types.-
Uses of Partition in org.jooq.lambda
Fields in org.jooq.lambda declared as PartitionMethods in org.jooq.lambda that return types with arguments of type PartitionModifier and TypeMethodDescriptionSeqUtils.partitions
(WindowSpecification<T> window, List<Tuple2<T, Long>> input) Constructors in org.jooq.lambda with parameters of type PartitionModifierConstructorDescription(package private)
WindowImpl
(Tuple2<T, Long> value, Partition<T> partition, WindowSpecification<T> specification)