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

uk.co.codera.lang.Adapter Maven / Gradle / Ivy

package uk.co.codera.lang;

@FunctionalInterface
public interface Adapter {

    O adapt(I input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy