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

fj.function.TryEffect3 Maven / Gradle / Ivy

package fj.function;

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

	void f(A a, B b, C c) throws Z;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy