Uses of Interface
com.github.longdt.vertxorm.util.QuadConsumer
-
Packages that use QuadConsumer Package Description com.github.longdt.vertxorm.util -
-
Uses of QuadConsumer in com.github.longdt.vertxorm.util
Methods in com.github.longdt.vertxorm.util with parameters of type QuadConsumer Modifier and Type Method Description static <T,V,R>
voidSQLHelper. executeInConnection(io.vertx.sqlclient.Pool pool, QuadConsumer<io.vertx.sqlclient.SqlConnection,T,V,io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>> consumer, T arg1, V arg2, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>> resultHandler)static <T,V,S,R>
RFutures. sync(QuadConsumer<T,V,S,io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>> consumer, T arg1, V arg2, S arg3)static <T,V,U,R>
io.vertx.core.Future<R>Futures. toFuture(QuadConsumer<T,V,U,io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>> consumer, T arg1, V arg2, U arg3)
-