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