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