public static class State.ListDiff extends Object implements Serializable
List.
This diff is applied onto an existing array/List in the following manner:
| Modifier and Type | Field and Description |
|---|---|
List<Object> |
diff
If diff is not
null, each element of the list is applied to the existing array/List. |
boolean |
isArray
|
List<Object> |
rpush
If rpush is not
null, this is appended to the right of the existing array/List. |
| Constructor and Description |
|---|
ListDiff() |
public boolean isArray
public List<Object> diff
null, each element of the list is applied to the existing array/List. An
element can be:
State.StateDiff, to be applied on a State,
null),
State.NOP if no change is needed.
public ListDiff()
Copyright © 2019 Nuxeo. All rights reserved.