
fj.function.Effect2 Maven / Gradle / Ivy
Go to download
Functional Java is an open source library that supports closures for the Java programming language
package fj.function;
/**
* Created by mperry on 28/08/2014.
*/
public interface Effect2 {
void f(A a, B b);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy