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