public class Query<T> extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Query> | 
__TYPE_ARG  | 
io.vertx.lang.rx.TypeArg<T> | 
__typeArg_0  | 
| Constructor and Description | 
|---|
Query(Object delegate,
     io.vertx.lang.rx.TypeArg<T> typeArg_0)  | 
Query(Query delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
void | 
execute(Handler<AsyncResult<T>> handler)
Execute the query. 
 | 
Query | 
getDelegate()  | 
int | 
hashCode()  | 
<U> Query<RowSet<U>> | 
mapping(java.util.function.Function<Row,U> mapper)
 | 
static <T> Query<T> | 
newInstance(Query arg)  | 
static <T> Query<T> | 
newInstance(Query arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
Single<T> | 
rxExecute()
Execute the query. 
 | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<Query> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public Query(Query delegate)
public Query getDelegate()
public void execute(Handler<AsyncResult<T>> handler)
handler - the handler receiving the responsepublic <U> Query<RowSet<U>> mapping(java.util.function.Function<Row,U> mapper)
mapper - Copyright © 2020 Eclipse. All rights reserved.