Uses of Interface
pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ToMonoIntBiFunction
-
Packages that use ToMonoIntBiFunction Package Description pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic -
-
Uses of ToMonoIntBiFunction in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic with parameters of type ToMonoIntBiFunction Modifier and Type Method Description static <R> reactor.core.publisher.Mono<Integer>ReactiveMyBatis3Utils. insertMultipleWithGeneratedKeys(ToMonoIntBiFunction<String,List<R>> mapper, Collection<R> records, org.mybatis.dynamic.sql.SqlTable table, UnaryOperator<org.mybatis.dynamic.sql.insert.MultiRowInsertDSL<R>> completer)
-