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