| Constructor and Description |
|---|
DecaFunctionExecutionBuilder(DecaFunction<A,B,C,D,E,F,G,H,I,J,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<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,RESULT> |
InstanceExecutionBuilderFactory.execute(DecaFunction<INSTANCE,A,B,C,D,E,F,G,H,I,RESULT> lambda)
Starts the execution build for a
DecaFunction. |
<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. |
| Modifier and Type | Method and Description |
|---|---|
default DecaFunction<A,B,C,D,E,F,G,H,I,J,Void> |
DecaConsumer.toFunction() |
| Modifier and Type | Method and Description |
|---|---|
default <AFTER_RESULT> |
DecaFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed decafunction that first applies this decafunction to its input, and then applies the
after
function to the result. |
default DecaFunction<B,C,D,E,F,G,H,I,J,K,RESULT> |
HendecaFunction.downgrade(A a) |
Copyright © 2018. All rights reserved.