![JAR search and dependency download from the Maven repository](/logo.png)
marcel.lang.lambda.Lambda2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marcel-stdlib Show documentation
Show all versions of marcel-stdlib Show documentation
Standard library of Marcel Lang
The newest version!
package marcel.lang.lambda;
public interface Lambda2 extends Lambda {
R invoke(T0 arg0, T1 arg1);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy