marcel.lang.lambda.Lambda Maven / Gradle / Ivy
package marcel.lang.lambda;
/**
* Useful class for the compiler, to recognize all lambda interfaces
*/
public interface Lambda {
}
package marcel.lang.lambda;
/**
* Useful class for the compiler, to recognize all lambda interfaces
*/
public interface Lambda {
}