public class ChangeSetContextRunnerImpl extends Object implements ChangeSetContextRunner
| Constructor and Description |
|---|
ChangeSetContextRunnerImpl(CdsRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(Consumer<ChangeSetContext> changeSetHandler) |
<T> T |
run(Function<ChangeSetContext,T> changeSetHandler) |
public ChangeSetContextRunnerImpl(CdsRuntime runtime)
public <T> T run(Function<ChangeSetContext,T> changeSetHandler)
run in interface ChangeSetContextRunnerpublic void run(Consumer<ChangeSetContext> changeSetHandler)
run in interface ChangeSetContextRunnerCopyright © 2022. All rights reserved.