public class ChainedSupplier2ParamsBuilder<PARAM,B,RESULT> extends ExecutableLambdaBuilder<BiFunction<PARAM,B,RESULT>,PARAM,ChainedSupplier1ParamBuilder<B,RESULT>>
| Constructor and Description |
|---|
ChainedSupplier2ParamsBuilder(BiFunction<PARAM,B,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected ChainedSupplier1ParamBuilder<B,RESULT> |
withParam(BiFunction<PARAM,B,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
withParamwithParam, withParam, withParampublic ChainedSupplier2ParamsBuilder(BiFunction<PARAM,B,RESULT> lambda, ExecutionFactory executionFactory)
protected ChainedSupplier1ParamBuilder<B,RESULT> withParam(BiFunction<PARAM,B,RESULT> lambda, Supplier<PARAM> paramSupplier, ExecutionFactory executionFactory)
withParam in class ExecutableLambdaBuilder<BiFunction<PARAM,B,RESULT>,PARAM,ChainedSupplier1ParamBuilder<B,RESULT>>Copyright © 2019. All rights reserved.