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