public abstract class GenericExecutionBuilder<T,FUNCTION,PARAM,GET_PARAM_RESULT,R> extends AbstractExecutionBuilder<T,FUNCTION,R>
| Constructor and Description |
|---|
GenericExecutionBuilder(T executingObject,
FUNCTION executionStrategy,
ExecutionConfig<T> config) |
GenericExecutionBuilder(T executingObject,
FUNCTION executionStrategy,
ExecutionConfig<T> config,
List<Object> params) |
| Modifier and Type | Method and Description |
|---|---|
<F> GET_PARAM_RESULT |
withParam(F from,
Function<F,PARAM> converter) |
abstract GET_PARAM_RESULT |
withParam(PARAM currentParam) |
getConfig, getExecutingObject, getExecutionStrategy, getParams, onPreExecutepublic GenericExecutionBuilder(T executingObject, FUNCTION executionStrategy, ExecutionConfig<T> config, List<Object> params)
public GenericExecutionBuilder(T executingObject, FUNCTION executionStrategy, ExecutionConfig<T> config)
public abstract GET_PARAM_RESULT withParam(PARAM currentParam)
public <F> GET_PARAM_RESULT withParam(F from, Function<F,PARAM> converter)
Copyright © 2018. All rights reserved.