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

com.github.linushp.commons.ifs.Getter Maven / Gradle / Ivy

package com.github.linushp.commons.ifs;

public interface Getter  {
    T doGet(S obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy