| Modifier and Type | Method and Description |
|---|---|
default <B,C,D,E,F,G,RESULT> |
InstanceSupplierBuilderFactory.execute(HeptaFunction<INSTANCE,B,C,D,E,F,G,RESULT> lambda) |
default <PARAM,B,C,D,E,F,G,RESULT> |
SupplierBuilderFactory.execute(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda) |
protected Supplier6ParamsBuilder<B,C,D,E,F,G,RESULT> |
Supplier7ParamsBuilder.withParam(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
Supplier7ParamsBuilder(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<PARAM,B,C,D,E,F,NEXT_RESULT> |
ChainedSupplier.andFinallyExecute(HeptaFunction<RESULT,PARAM,B,C,D,E,F,NEXT_RESULT> lambda) |
<PARAM,B,C,D,E,F,NEXT_RESULT> |
ChainedSupplier.andThenExecute(HeptaFunction<RESULT,PARAM,B,C,D,E,F,NEXT_RESULT> lambda) |
default <PARAM,B,C,D,E,F,G,RESULT> |
ChainedSupplierBuilderFactory.execute(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda) |
protected ChainedSupplier6ParamsBuilder<B,C,D,E,F,G,RESULT> |
ChainedSupplier7ParamsBuilder.withParam(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
ChainedSupplier7ParamsBuilder(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
default HeptaFunction<A,B,C,D,E,F,G,Void> |
HeptaConsumer.toFunction() |
| Modifier and Type | Method and Description |
|---|---|
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 HeptaFunction<B,C,D,E,F,G,H,RESULT> |
OctaFunction.downgrade(Supplier<A> supplier) |
Copyright © 2019. All rights reserved.