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

com.github.andrewoma.kwery.mapper.Value.kt Maven / Gradle / Ivy

The newest version!
package com.github.andrewoma.kwery.mapper

/**
 * Value allows extraction of column values by column.
 */
interface Value {
    infix fun  of(column: Column): T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy