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

com.targomo.client.api.request.GetRequest Maven / Gradle / Ivy

package com.targomo.client.api.request;

import com.targomo.client.api.exception.TargomoClientException;

/**
 * Created by David on 18.07.2017.
 */
@FunctionalInterface
public interface GetRequest {
    R get(T t) throws TargomoClientException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy