com.huanshankeji.vertx.sqlclient.Tuple.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-common-vertx Show documentation
Show all versions of kotlin-common-vertx Show documentation
Huanshankeji's common code libraries in Kotlin
package com.huanshankeji.vertx.sqlclient
import io.vertx.sqlclient.Tuple
fun Tuple.toList() =
List(size()) { getValue(it) }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy