| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder | |
| org.mule.commons.atlantic.execution.builder.factory |
| Modifier and Type | Method and Description |
|---|---|
<INPUT> RESULT |
FunctionExecutionBuilder.withParam(INPUT input,
Parser<INPUT,A> parser)
As
FunctionExecutionBuilder.withParam(Object) but converts the input to the required value of the param using a Parser. |
<INPUT> NEXT |
GenericFunctionExecutionBuilder.withParam(INPUT input,
Parser<INPUT,A> parser)
As
GenericFunctionExecutionBuilder.withParam(Object) but converts the input to the required value of the param using a Parser. |
| Modifier and Type | Method and Description |
|---|---|
<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,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,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,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(DecaFunction<INSTANCE,A,B,C,D,E,F,G,H,I,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
DecaFunction parsing the result with a Parser. |
<A,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(Function<A,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
|
<UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(Function<INSTANCE,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
|
<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. |
<A,B,C,D,E,F,G,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(HeptaFunction<A,B,C,D,E,F,G,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
HeptaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(HeptaFunction<INSTANCE,A,B,C,D,E,F,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
HeptaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(HexaFunction<A,B,C,D,E,F,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
HexaFunction parsing the result with a Parser. |
<A,B,C,D,E,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(HexaFunction<INSTANCE,A,B,C,D,E,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
HexaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,G,H,I,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(NonaFunction<A,B,C,D,E,F,G,H,I,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
NonaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,G,H,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(NonaFunction<INSTANCE,A,B,C,D,E,F,G,H,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
NonaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,G,H,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(OctaFunction<A,B,C,D,E,F,G,H,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
OctaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,G,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(OctaFunction<INSTANCE,A,B,C,D,E,F,G,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
OctaFunction parsing the result with a Parser. |
<A,B,C,D,E,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(PentaFunction<A,B,C,D,E,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,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. |
<UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(Supplier<UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
|
<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. |
<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,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. |
<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.