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