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

org.jmmo.function.Function3 Maven / Gradle / Ivy

There is a newer version: 1.4
Show newest version
package org.jmmo.function;

@FunctionalInterface
public interface Function3 {

    R apply(T0 t0, T1 t1, T2 t2);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy