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