| Package | Description |
|---|---|
| org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.
|
| Modifier and Type | Method and Description |
|---|---|
default Seq |
Seq.append(Iterable
Concatenate two streams.
|
default Seq |
Seq.append(Seq
Concatenate two streams.
|
default Seq |
Seq.append(Stream
Concatenate two streams.
|
default Seq |
Seq.append(T... other)
Concatenate two streams.
|
default Seq |
Seq.append(T other)
Concatenate two streams.
|
default <U> Seq |
Seq.cast(Class
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException.
|
static <T |
Seq.cast(Stream
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException.
|
static <T> Seq |
Seq.concat(Iterable
Concatenate a number of streams.
|
default Seq |
Seq.concat(Iterable
Concatenate two streams.
|
static <T> Seq |
Seq.concat(Seq
Concatenate a number of streams.
|
default Seq |
Seq.concat(Seq
Concatenate two streams.
|
static <T> Seq |
Seq.concat(Stream
Concatenate a number of streams.
|
default Seq |
Seq.concat(Stream
Concatenate two streams.
|
default Seq |
Seq.concat(T... other)
Concatenate two streams.
|
default Seq |
Seq.concat(T other)
Concatenate two streams.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Iterable
Cross join 16 streams into one.
|
default <U> Seq |
Seq.crossJoin(Iterable
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
default <U> Seq |
Seq.crossJoin(Seq
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 16 streams into one.
|
default <U> Seq |
Seq.crossJoin(Stream
Cross join 2 streams into one.
|
default Seq |
Seq.cycle()
Repeat a stream infinitely.
|
static <T> Seq |
Seq.cycle(Iterable
Repeat a stream infinitely.
|
static <T> Seq |
Seq.cycle(Iterable
Repeat a stream a certain amount of times.
|
default Seq |
Seq.cycle(long times)
Repeat a stream a certain amount of times.
|
static <T> Seq |
Seq.cycle(Seq
Repeat a stream infinitely.
|
static <T> Seq |
Seq.cycle(Seq
Repeat a stream a certain amount of times.
|
static <T> Seq |
Seq.cycle(Stream
Repeat a stream infinitely.
|
static <T> Seq |
Seq.cycle(Stream
Repeat a stream a certain amount of times.
|
Seq |
Seq.distinct()
|
default <U> Seq |
Seq.distinct(Function
Get a stream of distinct keys.
|
static <T> Seq |
Seq.empty()
|
Seq |
Seq.filter(Predicate
|
<R> Seq |
Seq.flatMap(Function
|
static Seq |
Seq.generate()
|
static <T> Seq |
Seq.generate(Supplier
|
static <T> Seq |
Seq.generate(T value)
|
default <K> Seq |
Seq.grouped(Function
Classify this stream's elements according to a given classifier function.
|
default <K |
Seq.grouped(Function
Classify this stream's elements according to a given classifier function and collect each class's elements using a collector.
|
static <K |
Seq.grouped(Iterable
Classify this stream's elements according to a given classifier function
|
static <K |
Seq.grouped(Iterable
Classify this stream's elements according to a given classifier function and collect each class's elements using a collector.
|
static <K |
Seq.grouped(Seq
Classify this stream's elements according to a given classifier function
|
static <K |
Seq.grouped(Seq
Classify this stream's elements according to a given classifier function and collect each class's elements using a collector.
|
static <K |
Seq.grouped(Stream
Classify this stream's elements according to a given classifier function
|
static <K |
Seq.grouped(Stream
Classify this stream's elements according to a given classifier function and collect each class's elements using a collector.
|
default <U> Seq |
Seq.innerJoin(Iterable
Inner join 2 streams into one.
|
default <U> Seq |
Seq.innerJoin(Seq
Inner join 2 streams into one.
|
default <U> Seq |
Seq.innerJoin(Stream
Inner join 2 streams into one.
|
static <T> Seq |
Seq.intersperse(Stream
Returns a stream with a given value interspersed between any two values of this stream.
|
default Seq |
Seq.intersperse(T value)
Returns a stream with a given value interspersed between any two values of this stream.
|
static <T> Seq |
Seq.iterate(T seed, UnaryOperator
|
default <U> Seq |
Seq.leftOuterJoin(Iterable
Left outer join 2 streams into one.
|
default <U> Seq |
Seq.leftOuterJoin(Seq
Left outer join 2 streams into one.
|
default <U> Seq |
Seq.leftOuterJoin(Stream
Left outer join 2 streams into one.
|
Seq |
Seq.limit(long maxSize)
|
static <T> Seq |
Seq.limit(Stream
Returns a stream limited to n elements.
|
default Seq |
Seq.limitUntil(Predicate
Returns a stream limited to all elements for which a predicate evaluates to
false.
|
static <T> Seq |
Seq.limitUntil(Stream
Returns a stream limited to all elements for which a predicate evaluates to
false.
|
default Seq |
Seq.limitUntilClosed(Predicate
Returns a stream limited to all elements for which a predicate evaluates to
false plus the first element for which it evaluates to
true.
|
static <T> Seq |
Seq.limitUntilClosed(Stream
Returns a stream limited to all elements for which a predicate evaluates to
false plus the first element for which it evaluates to
true.
|
default Seq |
Seq.limitWhile(Predicate
Returns a stream limited to all elements for which a predicate evaluates to
true.
|
static <T> Seq |
Seq.limitWhile(Stream
Returns a stream limited to all elements for which a predicate evaluates to
true.
|
default Seq |
Seq.limitWhileClosed(Predicate
Returns a stream limited to all elements for which a predicate evaluates to
true plus the first element for which it evaluates to
false.
|
static <T> Seq |
Seq.limitWhileClosed(Stream
Returns a stream limited to all elements for which a predicate evaluates to
true plus the first element for which it evaluates to
false.
|
<R> Seq |
Seq.map(Function
|
static <T> Seq |
Seq.of(T... values)
|
static <T> Seq |
Seq.of(T value)
|
default <U> Seq |
Seq.ofType(Class
Keep only those elements in a stream that are of a given type.
|
static <T |
Seq.ofType(Stream
Keep only those elements in a stream that are of a given type.
|
Seq |
Seq.onClose(Runnable
|
default Seq |
Seq.onEmpty(T value)
Produce this stream, or an alternative stream from the
value, in case this stream is empty.
|
default Seq |
Seq.onEmptyGet(Supplier
Produce this stream, or an alternative stream from the
supplier, in case this stream is empty.
|
default <X extends Throwable |
Seq.onEmptyThrow(Supplier
Produce this stream, or an alternative stream from the
supplier, in case this stream is empty.
|
default Seq |
Seq.parallel()
Seq streams are always sequential and, as such, doesn't support parallelization.
|
Seq |
Seq.peek(Consumer
|
default Seq |
Seq.prepend(Iterable
Concatenate two streams.
|
default Seq |
Seq.prepend(Seq
Concatenate two streams.
|
default Seq |
Seq.prepend(Stream
Concatenate two streams.
|
default Seq |
Seq.prepend(T... other)
Concatenate two streams.
|
default Seq |
Seq.prepend(T other)
Concatenate two streams.
|
static Seq |
Seq.range(byte from, byte to)
The range between two values.
|
static Seq |
Seq.range(byte from, byte to, int step)
The range between two values.
|
static Seq |
Seq.range(char from, char to)
The range between two values.
|
static Seq |
Seq.range(char from, char to, int step)
The range between two values.
|
static Seq |
Seq.range(Instant
The range between two values.
|
static Seq |
Seq.range(Instant
The range between two values.
|
static Seq |
Seq.range(int from, int to)
The range between two values.
|
static Seq |
Seq.range(int from, int to, int step)
The range between two values.
|
static Seq |
Seq.range(long from, long to)
The range between two values.
|
static Seq |
Seq.range(long from, long to, long step)
The range between two values.
|
static Seq |
Seq.range(short from, short to)
The range between two values.
|
static Seq |
Seq.range(short from, short to, int step)
The range between two values.
|
static Seq |
Seq.rangeClosed(byte from, byte to)
The range between two values.
|
static Seq |
Seq.rangeClosed(byte from, byte to, int step)
The range between two values.
|
static Seq |
Seq.rangeClosed(char from, char to)
The range between two values.
|
static Seq |
Seq.rangeClosed(char from, char to, int step)
The range between two values.
|
static Seq |
Seq.rangeClosed(Instant
The range between two values.
|
static Seq |
Seq.rangeClosed(Instant
The range between two values.
|
static Seq |
Seq.rangeClosed(int from, int to)
The range between two values.
|
static Seq |
Seq.rangeClosed(int from, int to, int step)
The range between two values.
|
static Seq |
Seq.rangeClosed(long from, long to)
The range between two values.
|
static Seq |
Seq.rangeClosed(long from, long to, long step)
The range between two values.
|
static Seq |
Seq.rangeClosed(short from, short to)
The range between two values.
|
static Seq |
Seq.rangeClosed(short from, short to, int step)
The range between two values.
|
default Seq |
Seq.remove(T other)
Return a new stream where the first occurrence of the argument is removed.
|
default Seq |
Seq.removeAll(Iterable
Return a new stream where all occurrences of the arguments are removed.
|
default Seq |
Seq.removeAll(Seq
Return a new stream where all occurrences of the arguments are removed.
|
default Seq |
Seq.removeAll(Stream
Return a new stream where all occurrences of the arguments are removed.
|
default Seq |
Seq.removeAll(T... other)
Return a new stream where all occurrences of the arguments are removed.
|
default Seq |
Seq.retainAll(Iterable
Return a new stream where only occurrences of the arguments are retained.
|
default Seq |
Seq.retainAll(Seq
Return a new stream where only occurrences of the arguments are retained.
|
default Seq |
Seq.retainAll(Stream
Return a new stream where only occurrences of the arguments are retained.
|
default Seq |
Seq.retainAll(T... other)
Return a new stream where only occurrences of the arguments are retained.
|
default Seq |
Seq.reverse()
Reverse a stream.
|
static <T> Seq |
Seq.reverse(Iterable
Reverse a stream.
|
static <T> Seq |
Seq.reverse(Seq
Reverse a stream.
|
static <T> Seq |
Seq.reverse(Stream
Reverse a stream.
|
default <U> Seq |
Seq.rightOuterJoin(Iterable
Right outer join 2 streams into one.
|
default <U> Seq |
Seq.rightOuterJoin(Seq
Right outer join 2 streams into one.
|
default <U> Seq |
Seq.rightOuterJoin(Stream
Right outer join 2 streams into one.
|
static <T |
Seq.scanLeft(Iterable
Scan a stream to the left.
|
static <T |
Seq.scanLeft(Seq
Scan a stream to the left.
|
static <T |
Seq.scanLeft(Stream
Scan a stream to the left.
|
default <U> Seq |
Seq.scanLeft(U seed, BiFunction
Scan a stream to the left.
|
static <T |
Seq.scanRight(Iterable
Scan a stream to the right.
|
static <T |
Seq.scanRight(Seq
Scan a stream to the right.
|
static <T |
Seq.scanRight(Stream
Scan a stream to the right.
|
default <U> Seq |
Seq.scanRight(U seed, BiFunction
Scan a stream to the right.
|
static Seq |
Seq.seq(DoubleStream
Wrap a
IntStream into a
Seq.
|
static Seq |
Seq.seq(InputStream
Wrap an
InputStream into a
Seq.
|
static Seq |
Seq.seq(IntStream
Wrap a
IntStream into a
Seq.
|
static <T> Seq |
Seq.seq(Iterable
Wrap an
Iterable into a
Seq.
|
static <T> Seq |
Seq.seq(Iterator
Wrap an
Iterator into a
Seq.
|
static Seq |
Seq.seq(LongStream
Wrap a
IntStream into a
Seq.
|
static <K |
Seq.seq(Map
Wrap a
Map into a
Seq.
|
static <T> Seq |
Seq.seq(Optional
Wrap an
Optional into a
Seq.
|
static <T> Seq |
SQL.seq(PreparedStatement
Deprecated.
Obtain a stream from a JDBC
ResultSet that is obtained from a
PreparedStatement with a row mapping function.
|
static <T> Seq |
SQL.seq(PreparedStatement
Deprecated.
Obtain a stream from a JDBC
ResultSet that is obtained from a
PreparedStatement with a row mapping function.
|
static Seq |
Seq.seq(Reader
Wrap a
Reader into a
Seq.
|
static <T> Seq |
SQL.seq(ResultSet
Deprecated.
Obtain a stream from a JDBC
ResultSet with a row mapping function.
|
static <T> Seq |
SQL.seq(ResultSet
Deprecated.
Obtain a stream from a JDBC
ResultSet with a row mapping function.
|
static <T> Seq |
Seq.seq(Seq
Wrap a
Stream into a
Seq.
|
static <T> Seq |
Seq.seq(Spliterator
Wrap a
Spliterator into a
Seq.
|
static <T> Seq |
Seq.seq(Stream
Wrap a
Stream into a
Seq.
|
static <T> Seq |
SQL.seq(Supplier
Deprecated.
|
static <T> Seq |
SQL.seq(Supplier
Deprecated.
|
default Seq |
Seq.sequential()
Returns this stream.
|
default Seq |
Seq.shuffle()
Shuffle a stream
|
static <T> Seq |
Seq.shuffle(Iterable
Shuffle a stream
|
static <T> Seq |
Seq.shuffle(Iterable
Shuffle a stream using specified source of randomness
|
default Seq |
Seq.shuffle(Random
Shuffle a stream using specified source of randomness
|
static <T> Seq |
Seq.shuffle(Seq
Shuffle a stream
|
static <T> Seq |
Seq.shuffle(Seq
Shuffle a stream using specified source of randomness
|
static <T> Seq |
Seq.shuffle(Stream
Shuffle a stream
|
static <T> Seq |
Seq.shuffle(Stream
Shuffle a stream using specified source of randomness
|
Seq |
Seq.skip(long n)
|
static <T> Seq |
Seq.skip(Stream
Returns a stream with n elements skipped.
|
default Seq |
Seq.skipUntil(Predicate
Returns a stream with all elements skipped for which a predicate evaluates to
false.
|
static <T> Seq |
Seq.skipUntil(Stream
Returns a stream with all elements skipped for which a predicate evaluates to
false.
|
default Seq |
Seq.skipUntilClosed(Predicate
Returns a stream with all elements skipped for which a predicate evaluates to
false plus the first element for which it evaluates to
true.
|
static <T> Seq |
Seq.skipUntilClosed(Stream
Returns a stream with all elements skipped for which a predicate evaluates to
false plus the first element for which it evaluates to
true.
|
default Seq |
Seq.skipWhile(Predicate
Returns a stream with all elements skipped for which a predicate evaluates to
true.
|
static <T> Seq |
Seq.skipWhile(Stream
Returns a stream with all elements skipped for which a predicate evaluates to
true.
|
default Seq |
Seq.skipWhileClosed(Predicate
Returns a stream with all elements skipped for which a predicate evaluates to
true plus the first element for which it evaluates to false.
|
static <T> Seq |
Seq.skipWhileClosed(Stream
Returns a stream with all elements skipped for which a predicate evaluates to
true plus the first element for which it evaluates to
false.
|
default Seq |
Seq.slice(long from, long to)
Returns a limited interval from a given Stream.
|
static <T> Seq |
Seq.slice(Stream
Returns a limited interval from a given Stream.
|
default Seq |
Seq.sliding(long size)
Map this stream to a stream containing a sliding window over the previous stream.
|
Seq |
Seq.sorted()
|
Seq |
Seq.sorted(Comparator
|
default <U extends Comparable |
Seq.sorted(Function
Sort by the results of function.
|
default <U> Seq |
Seq.sorted(Function
Sort by the results of function.
|
static <T |
Seq.unfold(U seed, Function
Unfold a function into a stream.
|
default Seq |
Seq.unordered()
Returns this stream.
|
Seq |
Window.window()
Stream all elements in the window.
|
default Seq |
Seq.window()
Map this stream to a windowed stream using the default partition and order.
|
default Seq |
Seq.window(Comparator
Map this stream to a windowed stream using the default partition and a specific order.
|
default Seq |
Seq.window(Comparator
Map this stream to a windowed stream using the default partition and a specific order with frame.
|
default <U> Seq |
Seq.window(Function
Map this stream to a windowed stream using a specific partition and the default order.
|
default <U> Seq |
Seq.window(Function
Map this stream to a windowed stream using a specific partition and order.
|
default <U> Seq |
Seq.window(Function
Map this stream to a windowed stream using a specific partition and order with frame.
|
default <U> Seq |
Seq.window(Function
Map this stream to a windowed stream using a specific partition and the default order.
|
default Seq |
Seq.window(long lower, long upper)
Map this stream to a windowed stream using the default partition and order with frame.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 1 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 2 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 3 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 4 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 5 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 6 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 7 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 8 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 9 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 10 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 11 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 12 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 13 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 14 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 15 distinct windows.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 16 distinct windows.
|
static <T1 |
Seq.zip(Iterable
Zip 2 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 2 streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 3 streams into one using a
Function3 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Iterable
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Iterable
Zip 16 streams into one using a
Function16 to produce resulting values.
|
default <U> Seq |
Seq.zip(Iterable
Zip two streams into one.
|
default <U |
Seq.zip(Iterable
Zip two streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 2 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 2 streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one using a
Function3 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
default <U> Seq |
Seq.zip(Seq
Zip two streams into one.
|
default <U |
Seq.zip(Seq
Zip two streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 2 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 2 streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 3 streams into one using a
Function3 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 16 streams into one using a
Function16 to produce resulting values.
|
default <U> Seq |
Seq.zip(Stream
Zip two streams into one.
|
default <U |
Seq.zip(Stream
Zip two streams into one using a
BiFunction to produce resulting values.
|
default Seq |
Seq.zipWithIndex()
Zip a Stream with a corresponding Stream of indexes.
|
static <T> Seq |
Seq.zipWithIndex(Iterable
Zip a Stream with a corresponding Stream of indexes.
|
static <T> Seq |
Seq.zipWithIndex(Seq
Zip a Stream with a corresponding Stream of indexes.
|
static <T> Seq |
Seq.zipWithIndex(Stream
Zip a Stream with a corresponding Stream of indexes.
|
| Modifier and Type | Method and Description |
|---|---|
default Tuple2 |
Seq.duplicate()
Duplicate a Streams into two equivalent Streams.
|
default Tuple2 |
Seq.duplicate()
Duplicate a Streams into two equivalent Streams.
|
static <T> Tuple2 |
Seq.duplicate(Stream
Duplicate a Streams into two equivalent Streams.
|
static <T> Tuple2 |
Seq.duplicate(Stream
Duplicate a Streams into two equivalent Streams.
|
default <K> Seq |
Seq.grouped(Function
Classify this stream's elements according to a given classifier function.
|
static <K |
Seq.grouped(Iterable
Classify this stream's elements according to a given classifier function
|
static <K |
Seq.grouped(Seq
Classify this stream's elements according to a given classifier function
|
static <K |
Seq.grouped(Stream
Classify this stream's elements according to a given classifier function
|
default Tuple2 |
Seq.partition(Predicate
Partition a stream into two given a predicate.
|
default Tuple2 |
Seq.partition(Predicate
Partition a stream into two given a predicate.
|
static <T> Tuple2 |
Seq.partition(Stream
Partition a stream into two given a predicate.
|
static <T> Tuple2 |
Seq.partition(Stream
Partition a stream into two given a predicate.
|
default Seq |
Seq.sliding(long size)
Map this stream to a stream containing a sliding window over the previous stream.
|
default Tuple2 |
Seq.splitAt(long position)
Split a stream at a given position.
|
default Tuple2 |
Seq.splitAt(long position)
Split a stream at a given position.
|
static <T> Tuple2 |
Seq.splitAt(Stream
Split a stream at a given position.
|
static <T> Tuple2 |
Seq.splitAt(Stream
Split a stream at a given position.
|
default Tuple2 |
Seq.splitAtHead()
Split a stream at the head.
|
static <T> Tuple2 |
Seq.splitAtHead(Stream
Split a stream at the head.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Iterable
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Stream
Unzip one Stream into two.
|
| Modifier and Type | Method and Description |
|---|---|
default Seq |
Seq.append(Seq
Concatenate two streams.
|
static <T> Seq |
Seq.concat(Seq
Concatenate a number of streams.
|
default Seq |
Seq.concat(Seq
Concatenate two streams.
|
default boolean |
Seq.containsAll(Seq
Check whether this stream contains all given values.
|
default boolean |
Seq.containsAny(Seq
Check whether this stream contains any of the given values.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 2 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 4 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 5 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 6 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 7 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 9 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 10 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 11 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 12 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 13 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 14 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 15 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
default <U> Seq |
Seq.crossJoin(Seq
Cross join 2 streams into one.
|
static <T> Seq |
Seq.cycle(Seq
Repeat a stream infinitely.
|
static <T> Seq |
Seq.cycle(Seq
Repeat a stream a certain amount of times.
|
static <T |
Seq.foldLeft(Seq
Fold a stream to the left.
|
static <T |
Seq.foldRight(Seq
Fold a stream to the right.
|
static <K |
Seq.grouped(Seq
Classify this stream's elements according to a given classifier function
|
static <K |
Seq.grouped(Seq
Classify this stream's elements according to a given classifier function and collect each class's elements using a collector.
|
default <U> Seq |
Seq.innerJoin(Seq
Inner join 2 streams into one.
|
default <U> Seq |
Seq.leftOuterJoin(Seq
Left outer join 2 streams into one.
|
default Seq |
Seq.prepend(Seq
Concatenate two streams.
|
default Seq |
Seq.removeAll(Seq
Return a new stream where all occurrences of the arguments are removed.
|
default Seq |
Seq.retainAll(Seq
Return a new stream where only occurrences of the arguments are retained.
|
static <T> Seq |
Seq.reverse(Seq
Reverse a stream.
|
default <U> Seq |
Seq.rightOuterJoin(Seq
Right outer join 2 streams into one.
|
static <T |
Seq.scanLeft(Seq
Scan a stream to the left.
|
static <T |
Seq.scanRight(Seq
Scan a stream to the right.
|
static <T> Seq |
Seq.seq(Seq
Wrap a
Stream into a
Seq.
|
static <T> Seq |
Seq.shuffle(Seq
Shuffle a stream
|
static <T> Seq |
Seq.shuffle(Seq
Shuffle a stream using specified source of randomness
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.unzip(Seq
Unzip one Stream into two.
|
static <T1 |
Seq.zip(Seq
Zip 2 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 2 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 2 streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 2 streams into one using a
BiFunction to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one using a
Function3 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one using a
Function3 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one using a
Function3 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 4 streams into one using a
Function4 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 5 streams into one using a
Function5 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 6 streams into one using a
Function6 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 7 streams into one using a
Function7 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one using a
Function8 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 9 streams into one using a
Function9 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 10 streams into one using a
Function10 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 11 streams into one using a
Function11 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 12 streams into one using a
Function12 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 13 streams into one using a
Function13 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 14 streams into one using a
Function14 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 15 streams into one using a
Function15 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
default <U> Seq |
Seq.zip(Seq
Zip two streams into one.
|
default <U |
Seq.zip(Seq
Zip two streams into one using a
BiFunction to produce resulting values.
|
static <T> Seq |
Seq.zipWithIndex(Seq
Zip a Stream with a corresponding Stream of indexes.
|