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.RESULT - The type of the result of the OctaFunctionpublic class OctaFunctionExecutionBuilder<A,B,C,D,E,F,G,H,RESULT> extends GenericFunctionExecutionBuilder<A,OctaFunction<A,B,C,D,E,F,G,H,RESULT>,HeptaFunction<B,C,D,E,F,G,H,RESULT>,HeptaFunctionExecutionBuilder<B,C,D,E,F,G,H,RESULT>,RESULT>
GenericFunctionExecutionBuilder for OctaFunction instances.| Constructor and Description |
|---|
OctaFunctionExecutionBuilder(OctaFunction<A,B,C,D,E,F,G,H,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
withParam, withParamgetContext, getLambda, getParamspublic OctaFunctionExecutionBuilder(OctaFunction<A,B,C,D,E,F,G,H,RESULT> lambda, List<Object> params, ExecutionContext context)
lambda - The OctaFunction 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.