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);
}
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);
}