Java Generische funktionale Schnittstelle
@FunctionalInterface
interface MyInterface {
String reverseString(String n);
}
SAMER SAEID
@FunctionalInterface
interface MyInterface {
String reverseString(String n);
}