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