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

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

The newest version!
package io.higgs.core.func;

/**
 * @author Courtney Robinson 
 */
public interface Function2 {
    void apply(A a, B b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy