public ValueSource<Optional<DialogLogic.Expression>> parsedPropertyExpressionSource() {
return parsedPropertyExpressionValue;
}
})
);
updater.addSource(rootScope, okRunnable);
updater.addConsumer(rootScope, okRunnable);
updater.addDependency(okRunnable, evaluatorValue);
updater.addDependency(okRunnable, parsedPropertyExpressionValue);
updater.addDependency(okRunnable, addWatchExpressionValue);