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

xtdb.bitemporal.IRowConsumer.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-beta4
Show newest version
package xtdb.bitemporal

@Suppress("unused")
interface IRowConsumer {
    fun accept(idx: Int, validFrom: Long, validTo: Long, systemFrom: Long, systemTo: Long)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy