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

com.lithium.dbi.rdbi.ResultMapper Maven / Gradle / Ivy

package com.lithium.dbi.rdbi;

//CR: Would love to see this interface generify the "result" parameter on the map method.
public interface ResultMapper {
    T map(S result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy