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