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

com.link_intersystems.util.Transformer Maven / Gradle / Ivy

package com.link_intersystems.util;

/**
 * @author René Link {@literal }
 */
@FunctionalInterface
public interface Transformer {

    public T transform(S source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy