| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.lambda.supplier |
| Modifier and Type | Method and Description |
|---|---|
default <B,C,D,RESULT> |
InstanceSupplierBuilderFactory.execute(TetraFunction<INSTANCE,B,C,D,RESULT> lambda) |
default <PARAM,B,C,RESULT> |
SupplierBuilderFactory.execute(TriFunction<PARAM,B,C,RESULT> lambda) |
protected Supplier3ParamsBuilder<B,C,D,RESULT> |
Supplier4ParamsBuilder.withParam(TetraFunction<PARAM,B,C,D,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
Copyright © 2019. All rights reserved.