Uses of Interface
com.github.longdt.vertxorm.util.TriConsumer
-
Packages that use TriConsumer Package Description com.github.longdt.vertxorm.util -
-
Uses of TriConsumer in com.github.longdt.vertxorm.util
Methods in com.github.longdt.vertxorm.util with parameters of type TriConsumer Modifier and Type Method Description static <T,V,R>
RFutures. sync(TriConsumer<T,V,io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>> consumer, T arg1, V arg2)sync.static <T,V,R>
io.vertx.core.Future<R>Futures. toFuture(TriConsumer<T,V,io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>> consumer, T arg1, V arg2)toFuture.
-