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

fj.function.Effect8 Maven / Gradle / Ivy

Go to download

Functional Java is an open source library that supports closures for the Java programming language

The newest version!
package fj.function;

public interface Effect8 {

	void f(A a, B b, C c, D d, E e, F f, G g, H h);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy