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

db.sql.api.Getter Maven / Gradle / Ivy

package db.sql.api;

import java.io.Serializable;

@FunctionalInterface
public interface Getter extends Serializable {
    Object get(T source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy