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