Class Zipped<Left,Right,Result>

java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<Result>
org.dmfs.jems2.iterator.Zipped<Left,Right,Result>
All Implemented Interfaces:
Iterator<Result>

public final class Zipped<Left,Right,Result> extends BaseIterator<Result>
An Iterator combining the elements of two given Iterators using a BiFunction.

The result has as many elements as the shorter of both Iterators.