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

net.cassite.style.interfaces.RFunc3 Maven / Gradle / Ivy

Go to download

Java 8 functional programming toolbox supporting basic jdk libraries and providing language enhancing.

The newest version!
package net.cassite.style.interfaces;

@FunctionalInterface
public interface RFunc3 {
	R apply(T0 arg0, T1 arg1, T2 arg2) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy