Package io.github.zero88.jooqx.reactivex
Class JooqxBatchCollector<R>
java.lang.Object
io.github.zero88.jooqx.reactivex.JooqxBatchCollector<R>
Represents for a collector that collects
Vert.x SQL batch result
to an expectation output
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.-
Field Summary
Modifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JooqxBatchCollector>
final io.vertx.lang.rx.TypeArg<R>
-
Constructor Summary
ConstructorDescriptionJooqxBatchCollector
(JooqxBatchCollector delegate) JooqxBatchCollector
(Object delegate, io.vertx.lang.rx.TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionint
batchResultSize
(io.vertx.reactivex.sqlclient.SqlResult<List<R>> batchResult) static <R> JooqxBatchCollector<R>
create()
boolean
int
hashCode()
static <R> JooqxBatchCollector<R>
static <R> JooqxBatchCollector<R>
newInstance
(JooqxBatchCollector arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
JooqxBatchCollector
-
JooqxBatchCollector
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
-
create
-
batchResultSize
-
newInstance
-
newInstance
public static <R> JooqxBatchCollector<R> newInstance(JooqxBatchCollector arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)
-