| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.lambda.supplier.chain |
| Modifier and Type | Method and Description |
|---|---|
<PARAM,NEXT_RESULT> |
ChainedSupplier.andThenExecute(BiFunction<RESULT,PARAM,NEXT_RESULT> lambda) |
default <PARAM,RESULT> |
ChainedSupplierBuilderFactory.execute(Function<PARAM,RESULT> lambda) |
protected ChainedSupplier1ParamBuilder<B,RESULT> |
ChainedSupplier2ParamsBuilder.withParam(BiFunction<PARAM,B,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
Copyright © 2019. All rights reserved.