
org.robobinding.itempresentationmodel.RowMapper Maven / Gradle / Ivy
package org.robobinding.itempresentationmodel;
import android.database.Cursor;
/**
*
* @since 1.0
* @version $Revision: 1.0 $
* @author Cheng Wei
*/
public interface RowMapper {
T mapRow(Cursor cursor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy