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

com.droidlogix.dbflare.datahandler.models.IResultParser Maven / Gradle / Ivy

The newest version!
package com.droidlogix.dbflare.datahandler.models;

import java.util.List;

public interface IResultParser
{
	 T parse(List result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy