![JAR search and dependency download from the Maven repository](/logo.png)
xdean.jex.extra.function.Action3 Maven / Gradle / Ivy
The newest version!
package xdean.jex.extra.function;
@FunctionalInterface
public interface Action3 {
void call(A a, B b, C c);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy