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