A - The first parameter.B - The second parameter.C - The third parameter.D - The fourth parameter.E - The fifth parameter.F - The sixth parameter.RESULT - The type of the result of the HexaFunctionpublic class HexaFunctionExecutionBuilder<A,B,C,D,E,F,RESULT> extends GenericFunctionExecutionBuilder<A,HexaFunction<A,B,C,D,E,F,RESULT>,PentaFunction<B,C,D,E,F,RESULT>,PentaFunctionExecutionBuilder<B,C,D,E,F,RESULT>,RESULT>
GenericFunctionExecutionBuilder for HexaFunction instances.| Constructor and Description |
|---|
HexaFunctionExecutionBuilder(HexaFunction<A,B,C,D,E,F,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
withParam, withParamgetContext, getLambda, getParamspublic HexaFunctionExecutionBuilder(HexaFunction<A,B,C,D,E,F,RESULT> lambda, List<Object> params, ExecutionContext context)
lambda - The HexaFunction 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.