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

io.gsonfire.util.Mapper Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.gsonfire.util;

/**
 * Created by julio on 6/24/15.
 */
public interface Mapper {

    T map(F from);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy