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

net.cassite.style.interfaces.RFunc4 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 RFunc4 {
	R apply(T0 arg0, T1 arg1, T2 arg2, T3 arg3) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy