public abstract class GenericClassBuilder<FUNCTION,PARAM,GET_PARAM_RESULT,R> extends AbstractClassBuilder<FUNCTION,R>
| Constructor and Description |
|---|
GenericClassBuilder(FUNCTION executionStrategy,
ExecutionConfig<Void> config) |
| Modifier and Type | Method and Description |
|---|---|
abstract GET_PARAM_RESULT |
withParam(PARAM currentParam) |
getConfig, getExecutionStrategypublic GenericClassBuilder(FUNCTION executionStrategy, ExecutionConfig<Void> config)
public abstract GET_PARAM_RESULT withParam(PARAM currentParam)
Copyright © 2018. All rights reserved.