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