| 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,RESULT> |
InstanceSupplierBuilderFactory.execute(PentaFunction<INSTANCE,B,C,D,E,RESULT> lambda) |
default <PARAM,B,C,D,RESULT> |
SupplierBuilderFactory.execute(TetraFunction<PARAM,B,C,D,RESULT> lambda) |
protected Supplier4ParamsBuilder<B,C,D,E,RESULT> |
Supplier5ParamsBuilder.withParam(PentaFunction<PARAM,B,C,D,E,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<PARAM,B,C,D,NEXT_RESULT> |
ChainedSupplier.andFinallyExecute(PentaFunction<RESULT,PARAM,B,C,D,NEXT_RESULT> lambda) |
Copyright © 2019. All rights reserved.