public interface Executor
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
execute(ExecutionConfig<T> config,
T executingObject,
Function<T,R> executionStrategy,
List<Object> params) |
<T,R> R execute(ExecutionConfig<T> config, T executingObject, Function<T,R> executionStrategy, List<Object> params)
Copyright © 2018. All rights reserved.