| Modifier and Type | Method and Description |
|---|---|
default <B,C> Runnable2ParamsBuilder<B,C> |
InstanceRunnableBuilderFactory.execute(TriConsumer<INSTANCE,B,C> lambda) |
default <PARAM,B,C> |
RunnableBuilderFactory.execute(TriConsumer<PARAM,B,C> lambda) |
protected Runnable2ParamsBuilder<B,C> |
Runnable3ParamsBuilder.withParam(TriConsumer<PARAM,B,C> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
| Constructor and Description |
|---|
Runnable3ParamsBuilder(TriConsumer<PARAM,B,C> lambda,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
<B,C> Runnable2ParamsBuilder<B,C> |
ChainedSupplier.andFinallyExecute(TriConsumer<RESULT,B,C> lambda) |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<B,C,D> |
TetraConsumer.downgrade(Supplier<A> supplier) |
Copyright © 2019. All rights reserved.