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