| Constructor and Description |
|---|
FunctionExecutionBuilder(Function<A,RESULT> lambda,
List<Object> params,
ExecutionContext context)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<A,RESULT> FunctionExecutionBuilder<A,RESULT> |
StaticExecutionBuilderFactory.execute(Function<A,RESULT> lambda)
Starts the execution build for a
Function. |
<A,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(Function<A,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
|
<RESULT> RESULT |
InstanceExecutionBuilderFactory.execute(Function<INSTANCE,RESULT> lambda)
Starts the execution build for a
Function. |
<UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(Function<INSTANCE,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Parser<I,O>
Interface for classes that convert from one type of object to another.
|
| Modifier and Type | Method and Description |
|---|---|
default Function<A,Void> |
Consumer.toFunction() |
| Modifier and Type | Method and Description |
|---|---|
default <AFTER_RESULT> |
Function.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. |
default Function<B,RESULT> |
BiFunction.downgrade(A a) |
| Modifier and Type | Method and Description |
|---|---|
default <AFTER_RESULT> |
HendecaFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed hendecafunction that first applies this hendecafunction to its input, and then applies the
after
function to the result. |
default <AFTER_RESULT> |
Function.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. |
default <AFTER_RESULT> |
BiFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed bifunction that first applies this bifunction to its input, and then applies the
after
function to the result. |
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 <AFTER_RESULT> |
NonaFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed nonafunction that first applies this nonafunction to its input, and then applies the
after
function to the result. |
default <AFTER_RESULT> |
TriFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed trifunction that first applies this trifunction to its input, and then applies the
after
function to the result. |
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 <AFTER_RESULT> |
DecaFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed decafunction that first applies this decafunction to its input, and then applies the
after
function to the result. |
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 <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 <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. |
| Modifier and Type | Method and Description |
|---|---|
default <AFTER_RESULT> |
Supplier.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. |
Copyright © 2019. All rights reserved.