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