public abstract class ExecutableLambdaBuilder<LAMBDA extends AtlanticLambda,PARAM,NEXT> extends LambdaBuilder<LAMBDA,PARAM,NEXT>
| Constructor and Description |
|---|
ExecutableLambdaBuilder(LAMBDA lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
NEXT |
withParam(LAMBDA lambda,
Supplier<PARAM> paramSupplier) |
protected abstract NEXT |
withParam(LAMBDA lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
withParam, withParam, withParampublic ExecutableLambdaBuilder(LAMBDA lambda, ExecutionFactory executionFactory)
public NEXT withParam(LAMBDA lambda, Supplier<PARAM> paramSupplier)
withParam in class LambdaBuilder<LAMBDA extends AtlanticLambda,PARAM,NEXT>protected abstract NEXT withParam(LAMBDA lambda, Supplier<PARAM> paramSupplier, ExecutionFactory executionFactory)
Copyright © 2019. All rights reserved.