public interface InstanceChainedSupplierBuilderFactory<INSTANCE,SELF extends InstanceChainedSupplierBuilderFactory> extends ExecutionFactoryBuilder<SELF>
| Modifier and Type | Method and Description |
|---|---|
default <B,RESULT> ChainedSupplier1ParamBuilder<B,RESULT> |
execute(BiFunction<INSTANCE,B,RESULT> lambda) |
default <B,C,D,E,F,G,H,I,J,RESULT> |
execute(DecaFunction<INSTANCE,B,C,D,E,F,G,H,I,J,RESULT> lambda) |
default <RESULT> ChainedSupplier<RESULT> |
execute(Function<INSTANCE,RESULT> lambda) |
default <B,C,D,E,F,G,H,I,J,K,RESULT> |
execute(HendecaFunction<INSTANCE,B,C,D,E,F,G,H,I,J,K,RESULT> lambda) |
default <B,C,D,E,F,G,RESULT> |
execute(HeptaFunction<INSTANCE,B,C,D,E,F,G,RESULT> lambda) |
default <B,C,D,E,F,RESULT> |
execute(HexaFunction<INSTANCE,B,C,D,E,F,RESULT> lambda) |
default <B,C,D,E,F,G,H,I,RESULT> |
execute(NonaFunction<INSTANCE,B,C,D,E,F,G,H,I,RESULT> lambda) |
default <B,C,D,E,F,G,H,RESULT> |
execute(OctaFunction<INSTANCE,B,C,D,E,F,G,H,RESULT> lambda) |
default <B,C,D,E,RESULT> |
execute(PentaFunction<INSTANCE,B,C,D,E,RESULT> lambda) |
default <B,C,D,RESULT> |
execute(TetraFunction<INSTANCE,B,C,D,RESULT> lambda) |
default <B,C,RESULT> |
execute(TriFunction<INSTANCE,B,C,RESULT> lambda) |
Supplier<INSTANCE> |
getInstanceSupplier() |
buildExecutionFactory, withExceptionHandler, withExceptionHandler, withIgnoredExceptionType, withPostExecutionListener, withPostExecutionListener, withPreExecutionListener, withPreExecutionListenerdefault <B,C,D,E,F,G,H,I,J,K,RESULT> ChainedSupplier10ParamsBuilder<B,C,D,E,F,G,H,I,J,K,RESULT> execute(HendecaFunction<INSTANCE,B,C,D,E,F,G,H,I,J,K,RESULT> lambda)
default <B,C,D,E,F,G,H,I,J,RESULT> ChainedSupplier9ParamsBuilder<B,C,D,E,F,G,H,I,J,RESULT> execute(DecaFunction<INSTANCE,B,C,D,E,F,G,H,I,J,RESULT> lambda)
default <B,C,D,E,F,G,H,I,RESULT> ChainedSupplier8ParamsBuilder<B,C,D,E,F,G,H,I,RESULT> execute(NonaFunction<INSTANCE,B,C,D,E,F,G,H,I,RESULT> lambda)
default <B,C,D,E,F,G,H,RESULT> ChainedSupplier7ParamsBuilder<B,C,D,E,F,G,H,RESULT> execute(OctaFunction<INSTANCE,B,C,D,E,F,G,H,RESULT> lambda)
default <B,C,D,E,F,G,RESULT> ChainedSupplier6ParamsBuilder<B,C,D,E,F,G,RESULT> execute(HeptaFunction<INSTANCE,B,C,D,E,F,G,RESULT> lambda)
default <B,C,D,E,F,RESULT> ChainedSupplier5ParamsBuilder<B,C,D,E,F,RESULT> execute(HexaFunction<INSTANCE,B,C,D,E,F,RESULT> lambda)
default <B,C,D,E,RESULT> ChainedSupplier4ParamsBuilder<B,C,D,E,RESULT> execute(PentaFunction<INSTANCE,B,C,D,E,RESULT> lambda)
default <B,C,D,RESULT> ChainedSupplier3ParamsBuilder<B,C,D,RESULT> execute(TetraFunction<INSTANCE,B,C,D,RESULT> lambda)
default <B,C,RESULT> ChainedSupplier2ParamsBuilder<B,C,RESULT> execute(TriFunction<INSTANCE,B,C,RESULT> lambda)
default <B,RESULT> ChainedSupplier1ParamBuilder<B,RESULT> execute(BiFunction<INSTANCE,B,RESULT> lambda)
default <RESULT> ChainedSupplier<RESULT> execute(Function<INSTANCE,RESULT> lambda)
Copyright © 2019. All rights reserved.