Package io.github.zero88.jooqx.mutiny
Class JooqxBatchCollector<R>
java.lang.Object
io.github.zero88.jooqx.mutiny.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 Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<JooqxBatchCollector>final io.smallrye.mutiny.vertx.TypeArg<R> -
Constructor Summary
ConstructorsConstructorDescriptionJooqxBatchCollector(JooqxBatchCollector delegate) JooqxBatchCollector(JooqxBatchCollector delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0) JooqxBatchCollector(Object delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionintbatchResultSize(io.vertx.mutiny.sqlclient.SqlResult<List<R>> batchResult) static <R> JooqxBatchCollector<R>create()booleaninthashCode()static <R> JooqxBatchCollector<R>static <R> JooqxBatchCollector<R>newInstance(JooqxBatchCollector arg, io.smallrye.mutiny.vertx.TypeArg<R> __typeArg_R) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
JooqxBatchCollector
-
JooqxBatchCollector
-
JooqxBatchCollector
public JooqxBatchCollector(JooqxBatchCollector delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0)
-
-
Method Details
-
getDelegate
-
toString
-
equals
-
hashCode
public int hashCode() -
create
-
batchResultSize
-
newInstance
-
newInstance
public static <R> JooqxBatchCollector<R> newInstance(JooqxBatchCollector arg, io.smallrye.mutiny.vertx.TypeArg<R> __typeArg_R)
-