java.lang.Object
org.jooq.lambda.SeqUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Runnable
closeAll
(AutoCloseable... closeables) (package private) static <T> OptionalLong
partitions
(WindowSpecification<T> window, List<Tuple2<T, Long>> input) (package private) static <T> Seq<T>[]
(package private) static <T> Seq<T>[]
(package private) static void
sneakyThrow
(Throwable throwable) Sneaky throw any type of Throwable.(package private) static <E extends Throwable>
voidsneakyThrow0
(Throwable throwable) Sneaky throw any type of Throwable.(package private) static <T,
U> Seq <U> transform
(Stream<? extends T> stream, SeqUtils.DelegatingSpliterator<T, U> delegating)
-
Constructor Details
-
SeqUtils
SeqUtils()
-
-
Method Details
-
seqs
-
seqs
-
transform
static <T,U> Seq<U> transform(Stream<? extends T> stream, SeqUtils.DelegatingSpliterator<T, U> delegating) -
partitions
-
indexOf
-
sneakyThrow
Sneaky throw any type of Throwable. -
sneakyThrow0
Sneaky throw any type of Throwable.- Throws:
E
-
closeAll
-