Class SeqUtils
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 RunnablecloseAll(AutoCloseable... closeables) (package private) static <T> OptionalLongpartitions(WindowSpecification<T> window, List<Tuple2<T, Long>> input) (package private) static <T> Seq<T>[](package private) static <T> Seq<T>[](package private) static voidsneakyThrow(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
-
closeAll
-