Uses of Class
org.jooq.lambda.Partition
-
Packages that use Partition Package Description org.jooq.lambda This package contains useful extensions for interoperation with Java 8's lambda expressions andFunctionalInterface
types. -
-
Uses of Partition in org.jooq.lambda
Fields in org.jooq.lambda declared as Partition Modifier and Type Field Description (package private) Partition<T>
WindowImpl. partition
Methods in org.jooq.lambda that return types with arguments of type Partition Modifier and Type Method Description (package private) static <T> java.util.Map<?,Partition<T>>
SeqUtils. partitions(WindowSpecification<T> window, java.util.List<Tuple2<T,java.lang.Long>> input)
Constructors in org.jooq.lambda with parameters of type Partition Constructor Description WindowImpl(Tuple2<T,java.lang.Long> value, Partition<T> partition, WindowSpecification<T> specification)
-