| Constructor and Description |
|---|
Diff(java.lang.Iterable<Left> lefts,
java.lang.Iterable<Right> rights,
BiFunction<Left,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<Left> lefts, java.lang.Iterable<Right> rights, BiFunction<Left,Right,java.lang.Integer> comparatorFunction)