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.H - The eigth parameter.I - The ninth parameter.J - The tenth parameter.K - The elventh parameter.RESULT - The type of the result of the HendecaFunctionpublic class HendecaFunctionExecutionBuilder<A,B,C,D,E,F,G,H,I,J,K,RESULT> extends GenericFunctionExecutionBuilder<A,HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT>,DecaFunction<B,C,D,E,F,G,H,I,J,K,RESULT>,DecaFunctionExecutionBuilder<B,C,D,E,F,G,H,I,J,K,RESULT>,RESULT>
GenericFunctionExecutionBuilder for HendecaFunction instances.| Constructor and Description |
|---|
HendecaFunctionExecutionBuilder(HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
withParam, withParamgetContext, getLambda, getParamspublic HendecaFunctionExecutionBuilder(HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT> lambda, List<Object> params, ExecutionContext context)
lambda - The HendecaFunction 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 © 2018. All rights reserved.