public abstract class Streams extends Object
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
static <L,R,Z> Stream<Z> |
zipStreamOf(Stream<L> left,
Stream<R> right,
BiFunction<L,R,Z> zipper) |
public static <L,R,Z> Stream<Z> zipStreamOf(Stream<L> left, Stream<R> right, BiFunction<L,R,Z> zipper)
Copyright © 2024. All rights reserved.