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