| Constructor and Description |
|---|
TetraFunctionExecutionBuilder(TetraFunction<A,B,C,D,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<A,B,C,D,RESULT> |
StaticExecutionBuilderFactory.execute(TetraFunction<A,B,C,D,RESULT> lambda)
Starts the execution build for a
TetraFunction. |
<A,B,C,D,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(TetraFunction<A,B,C,D,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
TetraFunction parsing the result with a Parser. |
<A,B,C,RESULT> |
InstanceExecutionBuilderFactory.execute(TetraFunction<INSTANCE,A,B,C,RESULT> lambda)
Starts the execution build for a
TetraFunction. |
<A,B,C,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(TetraFunction<INSTANCE,A,B,C,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
TetraFunction parsing the result with a Parser. |
| Modifier and Type | Method and Description |
|---|---|
default TetraFunction<A,B,C,D,Void> |
TetraConsumer.toFunction() |
| Modifier and Type | Method and Description |
|---|---|
default <AFTER_RESULT> |
TetraFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed tetrafunction that first applies this tetrafunction to its input, and then applies the
after
function to the result. |
default TetraFunction<B,C,D,E,RESULT> |
PentaFunction.downgrade(A a) |
Copyright © 2018. All rights reserved.