
io.higgs.core.func.Function2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core API and interfaces for Higgs
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