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