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