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