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

fj.function.Effect4 Maven / Gradle / Ivy

package fj.function;

/**
 * Created by mperry on 28/08/2014.
 */
public interface Effect4 {

	void f(A a, B b, C c, D d);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy