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