Uses of Class
de.xima.fc.workflow.designer.model.ValueDiff
-
Packages that use ValueDiff Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model -
-
Uses of ValueDiff in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return ValueDiff Modifier and Type Method Description static ValueDiff<Set<NodeKey>>
AssociateHelper. getDeadNodesDiff(AssociatesModel ass, FlowchartModel model, Mandant client)
-
Uses of ValueDiff in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return ValueDiff Modifier and Type Method Description <T> ValueDiff<T>
AssociatesModel. associateDeepDiff(Object key, Supplier<T> associateFn, Object... dependencies)
Computes a quantity derived from the given fields of this model.<T> ValueDiff<T>
AssociatesModel. associateShallowDiff(Object key, Supplier<T> associateFn, Object... dependencies)
Computes a quantity derived from the given fields of this model.
-