protected ChainedSupplier1ParamBuilder<B,RESULT> |
ChainedSupplier2ParamsBuilder.withParam(BiFunction<PARAM,B,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier9ParamsBuilder<B,C,D,E,F,G,H,I,J,RESULT> |
ChainedSupplier10ParamsBuilder.withParam(DecaFunction<PARAM,B,C,D,E,F,G,H,I,J,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier<RESULT> |
ChainedSupplier1ParamBuilder.withParam(Function<PARAM,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier10ParamsBuilder<B,C,D,E,F,G,H,I,J,K,RESULT> |
ChainedSupplier11ParamsBuilder.withParam(HendecaFunction<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier6ParamsBuilder<B,C,D,E,F,G,RESULT> |
ChainedSupplier7ParamsBuilder.withParam(HeptaFunction<PARAM,B,C,D,E,F,G,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier5ParamsBuilder<B,C,D,E,F,RESULT> |
ChainedSupplier6ParamsBuilder.withParam(HexaFunction<PARAM,B,C,D,E,F,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier8ParamsBuilder<B,C,D,E,F,G,H,I,RESULT> |
ChainedSupplier9ParamsBuilder.withParam(NonaFunction<PARAM,B,C,D,E,F,G,H,I,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier7ParamsBuilder<B,C,D,E,F,G,H,RESULT> |
ChainedSupplier8ParamsBuilder.withParam(OctaFunction<PARAM,B,C,D,E,F,G,H,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier4ParamsBuilder<B,C,D,E,RESULT> |
ChainedSupplier5ParamsBuilder.withParam(PentaFunction<PARAM,B,C,D,E,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier3ParamsBuilder<B,C,D,RESULT> |
ChainedSupplier4ParamsBuilder.withParam(TetraFunction<PARAM,B,C,D,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |
protected ChainedSupplier2ParamsBuilder<B,C,RESULT> |
ChainedSupplier3ParamsBuilder.withParam(TriFunction<PARAM,B,C,RESULT> lambda,
Supplier<PARAM> paramSupplier,
ExecutionFactory executionFactory) |