| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.factory |
| Modifier and Type | Method and Description |
|---|---|
<A,B,C,D,E,F,G,H,I,J> |
StaticExecutionBuilderFactory.execute(DecaConsumer<A,B,C,D,E,F,G,H,I,J> lambda)
Starts the execution build for a
DecaConsumer. |
<A,B,C,D,E,F,G,H,I,J,RESULT> |
StaticExecutionBuilderFactory.execute(DecaFunction<A,B,C,D,E,F,G,H,I,J,RESULT> lambda)
Starts the execution build for a
DecaFunction. |
<A,B,C,D,E,F,G,H,I,J,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(DecaFunction<A,B,C,D,E,F,G,H,I,J,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
DecaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,G,H,I,J> |
InstanceExecutionBuilderFactory.execute(HendecaConsumer<INSTANCE,A,B,C,D,E,F,G,H,I,J> lambda)
Starts the execution build for a
HendecaConsumer. |
<A,B,C,D,E,F,G,H,I,J,RESULT> |
InstanceExecutionBuilderFactory.execute(HendecaFunction<INSTANCE,A,B,C,D,E,F,G,H,I,J,RESULT> lambda)
Starts the execution build for a
HendecaFunction. |
<A,B,C,D,E,F,G,H,I,J,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(HendecaFunction<INSTANCE,A,B,C,D,E,F,G,H,I,J,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
HendecaFunction parsing the result with a Parser. |
Copyright © 2018. All rights reserved.