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

fj.function.Effect8 Maven / Gradle / Ivy

package fj.function;

/**
 * Created by mperry on 28/08/2014.
 */
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