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