All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.huanshankeji.vertx.sqlclient.Tuple.kt Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.huanshankeji.vertx.sqlclient

import io.vertx.sqlclient.Tuple

fun Tuple.toList() =
    List(size()) { getValue(it) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy