| Constructor and Description |
|---|
Diff(java.lang.Iterable<? extends Left> lefts,
java.lang.Iterable<? extends Right> rights,
BiFunction<? super Left,? super Right,java.lang.Integer> comparatorFunction) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Pair<Optional<Left>,Optional<Right>>> |
iterator() |
public Diff(java.lang.Iterable<? extends Left> lefts, java.lang.Iterable<? extends Right> rights, BiFunction<? super Left,? super Right,java.lang.Integer> comparatorFunction)