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