A - The first parameter.B - The second parameter.C - The third parameter.D - The fourth parameter.E - The fifth parameter.F - The sixth parameter.G - The seventh parameter.RESULT - The type of the result of the HeptaFunctionpublic class HeptaFunctionExecutionBuilder<A,B,C,D,E,F,G,RESULT> extends GenericFunctionExecutionBuilder<A,HeptaFunction<A,B,C,D,E,F,G,RESULT>,HexaFunction<B,C,D,E,F,G,RESULT>,HexaFunctionExecutionBuilder<B,C,D,E,F,G,RESULT>,RESULT>
GenericFunctionExecutionBuilder for HeptaFunction instances.| Constructor and Description |
|---|
HeptaFunctionExecutionBuilder(HeptaFunction<A,B,C,D,E,F,G,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
withParam, withParamgetContext, getLambda, getParamspublic HeptaFunctionExecutionBuilder(HeptaFunction<A,B,C,D,E,F,G,RESULT> lambda, List<Object> params, ExecutionContext context)
lambda - The HeptaFunction to execute.params - The parameters already accumulated when creating this ExecutionBuilder.context - The ExecutionContext that contains all the listeners and handlers of the execution.Copyright © 2019. All rights reserved.