| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.factory |
| Modifier and Type | Method and Description |
|---|---|
<A,B,C,D> TetraFunctionExecutionBuilder<A,B,C,D,Void> |
InstanceExecutionBuilderFactory.execute(PentaConsumer<INSTANCE,A,B,C,D> lambda)
Starts the execution build for a
PentaConsumer. |
<A,B,C,D,RESULT> |
InstanceExecutionBuilderFactory.execute(PentaFunction<INSTANCE,A,B,C,D,RESULT> lambda)
Starts the execution build for a
PentaFunction. |
<A,B,C,D,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(PentaFunction<INSTANCE,A,B,C,D,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
PentaFunction parsing the result with a Parser. |
<A,B,C,D> TetraFunctionExecutionBuilder<A,B,C,D,Void> |
StaticExecutionBuilderFactory.execute(TetraConsumer<A,B,C,D> lambda)
Starts the execution build for a
TetraConsumer. |
<A,B,C,D,RESULT> |
StaticExecutionBuilderFactory.execute(TetraFunction<A,B,C,D,RESULT> lambda)
Starts the execution build for a
TetraFunction. |
<A,B,C,D,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(TetraFunction<A,B,C,D,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
TetraFunction parsing the result with a Parser. |
Copyright © 2019. All rights reserved.