| Constructor and Description |
|---|
ObjectDiffer(DifferDispatcher differDispatcher) |
public ObjectDiffer(DifferDispatcher differDispatcher)
public <T> DiffNode compare(T working, T base)
working - This object will be treated as the successor of the `base` object.base - This object will be treated as the predecessor of the working object.Copyright © 2016. All rights reserved.