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