| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.lambda.supplier | |
| org.mule.commons.atlantic.execution.builder.lambda.supplier.chain |
| Modifier and Type | Method and Description |
|---|---|
default <B,C,D,E,F,RESULT> |
InstanceSupplierBuilderFactory.execute(HexaFunction<INSTANCE,B,C,D,E,F,RESULT> lambda) |
default <PARAM,B,C,D,E,RESULT> |
SupplierBuilderFactory.execute(PentaFunction<PARAM,B,C,D,E,RESULT> lambda) |
protected Supplier5ParamsBuilder<B,C,D,E,F,RESULT> |
Supplier6ParamsBuilder.withParam(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<PARAM,B,C,D,E,NEXT_RESULT> |
ChainedSupplier.andFinallyExecute(HexaFunction<RESULT,PARAM,B,C,D,E,NEXT_RESULT> lambda) |
Copyright © 2019. All rights reserved.