| Modifier and Type | Method and Description |
|---|---|
default <B,C,D,E,F,G,H,I,J,K,RESULT> |
InstanceSupplierBuilderFactory.execute(HendecaFunction<INSTANCE,B,C,D,E,F,G,H,I,J,K,RESULT> lambda) |
default <PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> |
SupplierBuilderFactory.execute(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda) |
protected Supplier10ParamsBuilder<B,C,D,E,F,G,H,I,J,K,RESULT> |
Supplier11ParamsBuilder.withParam(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
Supplier11ParamsBuilder(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<PARAM,B,C,D,E,F,G,H,I,J,NEXT_RESULT> |
ChainedSupplier.andFinallyExecute(HendecaFunction<RESULT,PARAM,B,C,D,E,F,G,H,I,J,NEXT_RESULT> lambda) |
<PARAM,B,C,D,E,F,G,H,I,J,NEXT_RESULT> |
ChainedSupplier.andThenExecute(HendecaFunction<RESULT,PARAM,B,C,D,E,F,G,H,I,J,NEXT_RESULT> lambda) |
default <PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> |
ChainedSupplierBuilderFactory.execute(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda) |
protected ChainedSupplier10ParamsBuilder<B,C,D,E,F,G,H,I,J,K,RESULT> |
ChainedSupplier11ParamsBuilder.withParam(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
ChainedSupplier11ParamsBuilder(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
default HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,Void> |
HendecaConsumer.toFunction() |
| 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. |
Copyright © 2019. All rights reserved.