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

io.higgs.core.func.Function1 Maven / Gradle / Ivy

package io.higgs.core.func;

/**
 * @author Courtney Robinson 
 */
public interface Function1 {
    void apply(A a);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy