public final class Diff<T> extends Object
ShouldUpdate
callback in a ComponentSpec. a Diff
holds the previous and next value for a specific Prop for a ComponentSpecConstructor and Description |
---|
Diff() |
Modifier and Type | Method and Description |
---|---|
T |
getNext() |
T |
getPrevious() |
void |
init(T previous,
T next) |
String |
toString() |