ListDiffs<E>.ofOperations constructor
ListDiffs<E>.ofOperations (
- List<
ListDiff< operations,E> > - ListDiffArguments<
E> args
Implementation
ListDiffs.ofOperations(this.operations, this.args) : super(operations);