com.github.ftrossbach.kiqr.client.service.rest.MappingFunction Maven / Gradle / Ivy
package com.github.ftrossbach.kiqr.client.service.rest;
import java.io.IOException;
/**
* Created by ftr on 10/03/2017.
*/
public interface MappingFunction {
U apply(T t) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy