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

prompto.utils.TriFunction Maven / Gradle / Ivy

The newest version!
package prompto.utils;

@FunctionalInterface
public interface TriFunction {
	R apply(P1 p1, P2 p2, P3 p3);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy