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

io.gridgo.utils.format.FormatTransformer Maven / Gradle / Ivy

package io.gridgo.utils.format;

@FunctionalInterface
public interface FormatTransformer {

    /**
     * Transform an object to another object
     * 
     * @param source object to be transformed
     * @return transformed object
     */
    Object transform(Object source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy