A - The first parameter.B - The second parameter.RESULT - The type of the result of the BiFunctionpublic class BiFunctionExecutionBuilder<A,B,RESULT> extends GenericFunctionExecutionBuilder<A,BiFunction<A,B,RESULT>,Function<B,RESULT>,FunctionExecutionBuilder<B,RESULT>,RESULT>
GenericFunctionExecutionBuilder for BiFunction instances.| Constructor and Description |
|---|
BiFunctionExecutionBuilder(BiFunction<A,B,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
withParam, withParamgetContext, getLambda, getParamspublic BiFunctionExecutionBuilder(BiFunction<A,B,RESULT> lambda, List<Object> params, ExecutionContext context)
lambda - The BiFunction 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.