| Modifier and Type | Method and Description |
|---|---|
<INPUT> NEXT |
LambdaBuilder.withParam(INPUT input,
Function<INPUT,PARAM> parser) |
| Modifier and Type | Method and Description |
|---|---|
<INPUT> void |
Runnable1ParamBuilder.withParam(INPUT input,
Function<INPUT,PARAM> parser) |
| Modifier and Type | Method and Description |
|---|---|
default <RESULT> RESULT |
InstanceSupplierBuilderFactory.execute(Function<INSTANCE,RESULT> lambda) |
default <PARAM,RESULT> |
SupplierBuilderFactory.execute(Function<PARAM,RESULT> lambda) |
protected RESULT |
Supplier1ParamBuilder.withParam(Function<PARAM,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
Supplier1ParamBuilder(Function<PARAM,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<NEXT_RESULT> |
ChainedSupplier.andFinallyExecute(Function<RESULT,NEXT_RESULT> lambda) |
<NEXT_RESULT> |
ChainedSupplier.andThenExecute(Function<RESULT,NEXT_RESULT> lambda) |
default <PARAM,RESULT> |
ChainedSupplierBuilderFactory.execute(Function<PARAM,RESULT> lambda) |
protected ChainedSupplier<RESULT> |
ChainedSupplier1ParamBuilder.withParam(Function<PARAM,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
ChainedSupplier1ParamBuilder(Function<PARAM,RESULT> lambda,
ExecutionFactory executionFactory) |
| 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(Supplier<A> supplier) |
| 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.