public class ChainedSupplier7ParamsBuilder<PARAM,B,C,D,E,F,G,RESULT> extends ExecutableLambdaBuilder<HeptaFunction<PARAM,B,C,D,E,F,G,RESULT>,PARAM,ChainedSupplier6ParamsBuilder<B,C,D,E,F,G,RESULT>>
| Constructor and Description |
|---|
ChainedSupplier7ParamsBuilder(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected ChainedSupplier6ParamsBuilder<B,C,D,E,F,G,RESULT> |
withParam(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
withParamwithParam, withParam, withParampublic ChainedSupplier7ParamsBuilder(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda, ExecutionFactory executionFactory)
Copyright © 2019. All rights reserved.