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