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

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

The newest version!
package uk.co.codera.lang;

@FunctionalInterface
public interface Adapter {

    O adapt(I input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy