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

fj.function.TryEffect0 Maven / Gradle / Ivy

Go to download

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

There is a newer version: 5.0
Show newest version
package fj.function;

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

	void f() throws Z;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy