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