| Modifier and Type | Method and Description |
|---|---|
default <B,C,D,E,F,RESULT> |
InstanceSupplierBuilderFactory.execute(HexaFunction<INSTANCE,B,C,D,E,F,RESULT> lambda) |
default <PARAM,B,C,D,E,F,RESULT> |
SupplierBuilderFactory.execute(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda) |
protected Supplier5ParamsBuilder<B,C,D,E,F,RESULT> |
Supplier6ParamsBuilder.withParam(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
Supplier6ParamsBuilder(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<PARAM,B,C,D,E,NEXT_RESULT> |
ChainedSupplier.andFinallyExecute(HexaFunction<RESULT,PARAM,B,C,D,E,NEXT_RESULT> lambda) |
<PARAM,B,C,D,E,NEXT_RESULT> |
ChainedSupplier.andThenExecute(HexaFunction<RESULT,PARAM,B,C,D,E,NEXT_RESULT> lambda) |
default <PARAM,B,C,D,E,F,RESULT> |
ChainedSupplierBuilderFactory.execute(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda) |
protected ChainedSupplier5ParamsBuilder<B,C,D,E,F,RESULT> |
ChainedSupplier6ParamsBuilder.withParam(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
ChainedSupplier6ParamsBuilder(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
default HexaFunction<A,B,C,D,E,F,Void> |
HexaConsumer.toFunction() |
| Modifier and Type | Method and Description |
|---|---|
default <AFTER_RESULT> |
HexaFunction.andThen(Function<? super RESULT,? extends AFTER_RESULT> after)
Returns a composed hexafunction that first applies this hexafunction to its input, and then applies the
after
function to the result. |
default HexaFunction<B,C,D,E,F,G,RESULT> |
HeptaFunction.downgrade(Supplier<A> supplier) |
Copyright © 2019. All rights reserved.